home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_09 / 1009054a < prev    next >
Text File  |  1992-07-23  |  66b  |  7 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.    printf("\nHello from power C");
  6. }
  7.