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

5 lines
71 B
Plaintext
Executable File

PROGRAM hello_world
BEGIN
WRITE('Hello, world!', CR)
END hello_world