home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / HELLO.PAK / HELLOAPP.CPP next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  385 b   |  13 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include <owl\owlpch.h>
  5. #include <owl\applicat.h>
  6.  
  7. int
  8. OwlMain(int /*argc*/, char* /*argv*/ [])
  9. {
  10.   return TApplication("Hello World!").Run();
  11. }
  12.  
  13.