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