home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
e
/
amigae
/
src
/
helloworld.e
next >
Wrap
Text File
|
1992-09-02
|
89b
|
6 lines
/* nominated for Most Boring Example */
PROC main()
WriteF('Hello, World!\n')
ENDPROC