Add javascript
[gruntmaster-daemon.git] / t / problems / double / tests / wa / prog.c
1 #include<stdio.h>
2
3 int main(void){
4 char x;
5 scanf("%d", &x);
6 printf("%d", 2*x);
7 return 0;
8 }
This page took 0.022328 seconds and 5 git commands to generate.