2011-06-03 16:48:03 +03:00

7 lines
104 B
Plaintext

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