* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
// Typical welcome message
|
|
|
|
PROCEDURE Main()
|
|
|
|
? "Hello world!"
|
|
|
|
RETURN
|