Files
harbour-core/harbour/tests/working/hello.prg
Antonio Linares 974bc2fbc2 make files
1999-05-05 05:45:23 +00:00

8 lines
83 B
Plaintext

// Typical welcome message
function Main()
QOut( "Hello world!" )
return nil