home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / hello.pak / HELLOAPP.CPP next >
Encoding:
C/C++ Source or Header  |  1997-07-24  |  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.