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