5 lines
59 B
Plaintext
Raw Normal View History

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