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