4 lines
56 B
Plaintext
Raw Normal View History

2013-10-30 17:50:10 +01:00
def main() {
System.puts("Hello World!\n");
}