home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
HELLO.PAK
/
HELLOAPP.CPP
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
385b
|
13 lines
//----------------------------------------------------------------------------
// 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();
}