home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c495 / watcm951.arj / SRC386.WPK / HELLO.C < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-16  |  68 b   |  7 lines

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