Files
harbour-core/harbour-RC1/tests/hello.prg
2008-06-04 05:13:20 +00:00

12 lines
92 B
Plaintext

//
// $Id$
//
// Typical welcome message
function Main()
? "Hello world!"
return nil