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