home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 11
/
CDACTUAL11.iso
/
cdactual
/
demobin
/
share
/
os2
/
XCO212P
/
SAMPLES
/
SIMPLE
/
HELLO.OB2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-21
|
123 b
|
10 lines
<*+ MAIN *>
MODULE hello;
IMPORT InOut;
BEGIN
InOut.WriteString ("Hello World!");
InOut.WriteLn;
END hello.