2018-08-22 01:37:32 -03:00

4 lines
56 B
Plaintext
Executable File

def main() {
System.puts("Hello World!\n");
}