Files
hello-world/n/nemerle.n
2018-08-22 01:37:32 -03:00

7 lines
104 B
Plaintext
Executable File

class Hello
{
static Main () : void
{
System.Console.WriteLine ("Hello world!");
}
}