home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / JNFB88.ZIP / PALPRO.ARC / HELLO.C < prev    next >
Encoding:
C/C++ Source or Header  |  1987-10-02  |  73 b   |  7 lines

  1. #include <stdio.h> 
  2.  
  3. main() 
  4.   printf("Hello, world!\n"); 
  5.