2021-11-07 14:29:22 -06:00

5 lines
69 B
Plaintext

PROGRAM hello_world
BEGIN
WRITE('Hello World', CR)
END hello_world