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