4 lines
55 B
Plaintext
Executable File
4 lines
55 B
Plaintext
Executable File
def main() {
|
|
System.puts("Hello World\n");
|
|
}
|