home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
virtual
/
Bits
/
gcc
/
cc
/
hellow
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-07-06
|
74 b
|
6 lines
#include <iostream.h>
int main()
{
cout << "Hello Archimedes World\n";
}