5 lines
57 B
Plaintext

FUNC Main() int
IO.write("Hello World\n")
RETURN 0
}