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