home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 161_01 / hello.c < prev    next >
Encoding:
C/C++ Source or Header  |  1985-08-30  |  43 b   |  5 lines

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