home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / borland / jnfb88.arc / PALPRO.ARC / HELLOINC.C < prev    next >
Text File  |  1987-10-02  |  83b  |  8 lines

  1. #include <stdio.h> 
  2. #include <salute.h> 
  3.  
  4. main() 
  5.         hello(); 
  6.