home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / unixlib / !UnixLib / test / c / min < prev    next >
Encoding:
Text File  |  1994-03-08  |  72 b   |  9 lines

  1. #include <stdio.h>
  2.  
  3. int
  4. main ()
  5. {
  6.   puts ("Hello World");
  7.   return 0;
  8. }
  9.