home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / DEMOS / HELLO.C < prev    next >
Encoding:
Text File  |  1990-12-16  |  53 b   |  4 lines

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