Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / mono / prog.cs
diff --git a/t/problems/hello/tests/mono/prog.cs b/t/problems/hello/tests/mono/prog.cs
new file mode 100644 (file)
index 0000000..d1aed41
--- /dev/null
@@ -0,0 +1,6 @@
+using System;
+class prog {
+       static void Main() {
+               Console.WriteLine("Hello World!");
+       }
+}
\ No newline at end of file
This page took 0.009772 seconds and 4 git commands to generate.