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:
C/C++ Source or Header  |  1993-02-16  |  108 b   |  8 lines

  1. #include <iostream.h>
  2. #include <iomanip.h>
  3.  
  4. void main( void )
  5. {
  6.     cout << "Hello world" << endl;
  7. }
  8.