]> iEval git - gruntmaster-daemon.git/blob - t/problems/square/gen.cpp
Pass HOME environment variable to jobs. Python needs it.
[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.032565 seconds and 4 git commands to generate.