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

5 lines
59 B
Plaintext
Executable File

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