home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c495
/
watcm951.arj
/
CPPSRC.WPK
/
HELLO.CPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-02-16
|
108 b
|
8 lines
#include <iostream.h>
#include <iomanip.h>
void main( void )
{
cout << "Hello world" << endl;
}