Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / double / tests / wa / prog.c
CommitLineData
889e6e28 1#include<stdio.h>
5c5cd38a
MG
2
3int main(void){
4 char x;
5 scanf("%d", &x);
6 printf("%d", 2*x);
7 return 0;
8}
This page took 0.011231 seconds and 4 git commands to generate.