8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
class HelloWorldApp : Application
|
|
{
|
|
void Main()
|
|
{
|
|
PrintLn("Hello World");
|
|
}
|
|
}
|