Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / square / gen.c
CommitLineData
889e6e28
MG
1#include<stdio.h>
2#include<stdlib.h>
5c5cd38a
MG
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.011017 seconds and 4 git commands to generate.