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