5 lines
69 B
Plaintext

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