Files
harbour-core/harbour/tests/hello.prg
1999-10-04 18:46:41 +00:00

12 lines
92 B
Plaintext

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