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