5 lines
80 B
Plaintext
Executable File
5 lines
80 B
Plaintext
Executable File
MODULE HelloWorld;
|
|
IMPORT Io;
|
|
BEGIN
|
|
IO.Put ("Hello World\n")
|
|
END HelloWorld. |