Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
Download Harbour
Install Harbour Compiler:
sudo dpkg -i r2017*.deb
Create hello.prg file
// hello.prg
// Programa exemplo para compilação no CLIP.
// hbmk2 hello.prg
// ./hello
PROCEDURE Main()
? "Hello, world!"
RETURN
Compile with:
hbmk2 hello.prg
Execute with:
./hello
Add Comment
Please, Sign In to add comment