home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / IDE / PROGRAMS / NONAM03.PRG < prev    next >
Text File  |  1994-05-22  |  201b  |  11 lines

  1. #include "FiveWin.ch"
  2.  
  3. //---------------------------------------------------
  4.  
  5. function Main()
  6.  
  7.    MsgInfo( "Hello World!" )
  8.  
  9. return nil
  10.  
  11. //---------------------------------------------------