home *** CD-ROM | disk | FTP | other *** search
/ Actor 12 / actor.v12.1994.iso / files / win / textdtp / winocr.arj / CODE.TXT < prev    next >
Text File  |  1994-01-17  |  52b  |  8 lines

  1. /* Hello.c */
  2. main ()
  3. {
  4. printf("Hello");
  5. }
  6.  
  7.  
  8.