Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / square / gen.c
diff --git a/t/problems/square/gen.c b/t/problems/square/gen.c
new file mode 100644 (file)
index 0000000..324e0c1
--- /dev/null
@@ -0,0 +1,8 @@
+#include<stdio.h>
+#include<stdlib.h>
+
+int main(int argc, char **argv){
+       int testnum = atoi(argv[0]);
+       printf("%d", testnum);
+       return 0;
+}
This page took 0.009946 seconds and 4 git commands to generate.