2649ecca47f6d15a1fd4d8f48eca375f9b1349f1
[gruntmaster-daemon.git] / t / problems / hello / tests / cpp / prog.cpp
1 #include<cstdio>
2
3 int main(void){
4 puts("Hello World!");
5 return 0;
6 }
This page took 0.018921 seconds and 4 git commands to generate.