home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 3.ddi / EXAMPLES / C / HELLO.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-17  |  83 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.     printf("Go away, world!\n");
  6.     return 0;
  7. }
  8.