home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 4 / make / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-27  |  95 b   |  9 lines

  1. #include <stdio.h>
  2. #include "hello.h"
  3.  
  4. void main()
  5. {
  6.    printf("%s\n", STRING1);
  7.    hello();
  8. }
  9.