home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c025 / 1.ddi / HELLO.C < prev    next >
Encoding:
Text File  |  1985-02-16  |  46 b   |  6 lines

  1. main()
  2.  
  3. {
  4.     printf("Hello, world!\n");
  5. }
  6.