home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE1.DMS / in.adf / HELLO / hello.c next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  107 b   |  32 lines

  1. /* -- Compile me with Dice C -- */
  2.  
  3. main()
  4. {
  5.  printf("Hello World\n");
  6.  exit(0);
  7. }
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.