f5fe75b85bffb7d709f1e5addb308f7d8735101d
[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.019894 seconds and 3 git commands to generate.