Files
linguist/test/fixtures/hello.n
2011-07-08 12:08:32 +08:00

9 lines
99 B
Plaintext

using System.Console;
module Program
{
Main() : void
{
WriteLine("Hello world");
}
}