6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
integer new main()
|
|
{
|
|
println.format("Hello World");
|
|
return 0;
|
|
}
|