5 lines
71 B
Plaintext
Executable File
5 lines
71 B
Plaintext
Executable File
PROGRAM hello_world
|
|
BEGIN
|
|
WRITE('Hello, world!', CR)
|
|
END hello_world
|