Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / c / prog.c
CommitLineData
b8f7001a
MG
1#include<stdio.h>
2
3int main(void){
4 puts("Hello World!");
5 return 0;
6}
This page took 0.00978 seconds and 4 git commands to generate.