home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c329 / 2.img / EXAMPLES / HI.C < prev    next >
Encoding:
Text File  |  1989-12-20  |  38 b   |  5 lines

  1. main ()
  2. {
  3.     printf ("Hi!\n");
  4. }
  5.