6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
include <io>
|
|
|
|
public static void main() {
|
|
io.println("Hello World!");
|
|
return;
|
|
} |