Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / mono / prog.cs
1 using System;
2 class prog {
3 static void Main() {
4 Console.WriteLine("Hello World!");
5 }
6 }
This page took 0.021365 seconds and 4 git commands to generate.