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