home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
dev
/
misc
/
tds
/
examples
/
oberon
/
example.mod
next >
Wrap
Text File
|
1994-08-31
|
84b
|
9 lines
MODULE example;
IMPORT io;
BEGIN
io.WriteString("Hello World\n");
END example.