home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / examples / nostartup / example_1 / hello.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-24  |  70 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. void main(void)
  4. {
  5.    printf("Hello, World!\n");
  6. }
  7.