home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
- //----------------------------------------------------------------------------
- #include <owl/pch.h>
- #include <owl/applicat.h>
-
- int
- OwlMain(int /*argc*/, char* /*argv*/ [])
- {
- return TApplication("Hello World!").Run();
- }
-