Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / double / tests / wa / prog.c
diff --git a/t/problems/double/tests/wa/prog.c b/t/problems/double/tests/wa/prog.c
new file mode 100644 (file)
index 0000000..524d8c9
--- /dev/null
@@ -0,0 +1,8 @@
+#include<stdio.h>
+
+int main(void){
+       char x;
+       scanf("%d", &x);
+       printf("%d", 2*x);
+       return 0;
+}
This page took 0.010375 seconds and 4 git commands to generate.