Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / c / prog.c
diff --git a/t/problems/hello/tests/c/prog.c b/t/problems/hello/tests/c/prog.c
new file mode 100644 (file)
index 0000000..298c213
--- /dev/null
@@ -0,0 +1,6 @@
+#include<stdio.h>
+
+int main(void){
+       puts("Hello World!");
+       return 0;
+}
This page took 0.009988 seconds and 4 git commands to generate.