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

9 lines
97 B
Plaintext

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