7 lines
103 B
Plaintext

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