6 lines
80 B
Text
6 lines
80 B
Text
MODULE Hello;
|
|
IMPORT Out;
|
|
BEGIN
|
|
Out.String("Hello World");
|
|
Out.Ln
|
|
END Hello.
|