home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / compiler / gnush22 / examples / hello.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-07  |  71 b   |  7 lines

  1. #include <stream.h>
  2.  
  3. main()
  4. {
  5.   cout << "Hello world" << '\n';
  6. }
  7.