5 lines
87 B
Text
5 lines
87 B
Text
! Hello World in ERRE language
|
|
PROGRAM HELLO
|
|
BEGIN
|
|
PRINT("Hello world!")
|
|
END PROGRAM
|