Files
harbour-core/harbour/tests/working/hello.prg
1999-07-15 13:12:19 +00:00

12 lines
92 B
Plaintext

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