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