324e0c16cf9c53ceb63879cab2b509205a74b70e
[gruntmaster-daemon.git] / t / problems / square / gen.c
1 #include<stdio.h>
2 #include<stdlib.h>
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.02005 seconds and 3 git commands to generate.