X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fsquare%2Fgen.c;fp=t%2Fproblems%2Fsquare%2Fgen.c;h=324e0c16cf9c53ceb63879cab2b509205a74b70e;hp=0000000000000000000000000000000000000000;hb=889e6e2800565514064d59087dedfb640863ef55;hpb=c3a7bac3a8effab522dc0b38b6d6dd0b0eb5add2 diff --git a/t/problems/square/gen.c b/t/problems/square/gen.c new file mode 100644 index 0000000..324e0c1 --- /dev/null +++ b/t/problems/square/gen.c @@ -0,0 +1,8 @@ +#include +#include + +int main(int argc, char **argv){ + int testnum = atoi(argv[0]); + printf("%d", testnum); + return 0; +}