Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / square / gen.cpp
1 #include<cstdio>
2 #include<cstdlib>
3
4 int main(int argc, char **argv){
5 int testnum = atoi(argv[0]);
6 printf("%d", testnum);
7 return 0;
8 }
This page took 0.020605 seconds and 4 git commands to generate.