home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 161_01 / hello.c < prev    next >
C/C++ Source or Header  |  1985-08-29  |  43b  |  5 lines

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