5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
PROGRAM hello_world
|
|
BEGIN
|
|
WRITE('Hello World', CR)
|
|
END hello_world
|