7 lines
103 B
Plaintext
Executable File
7 lines
103 B
Plaintext
Executable File
class Hello
|
|
{
|
|
static Main () : void
|
|
{
|
|
System.Console.WriteLine ("Hello World");
|
|
}
|
|
} |