home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith2-Hisoft-Tutorial.DMS / in.adf / DICE_GS.lha / DICE_GS / examples / hello.c < prev   
Encoding:
C/C++ Source or Header  |  1994-02-01  |  73 b   |  12 lines

  1.  
  2. /*
  3.  *  HELLO.C
  4.  */
  5.  
  6. main()
  7. {
  8.     puts("hello world");
  9.     return(0);
  10. }
  11.  
  12.