Files
linguist/test/fixtures/nemerle/hello.n
2012-06-07 12:17:24 -05:00

9 lines
99 B
Plaintext

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