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