Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Added hello world in Harbour (Clipper)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdZava committed Oct 11, 2018
1 parent eda5b72 commit 7d147f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Harbour/hello.prg
@@ -0,0 +1,5 @@
PROCEDURE Main()

? "Hello, world!"

RETURN
9 changes: 9 additions & 0 deletions Harbour/readme.md
@@ -0,0 +1,9 @@
# Build file
```bat
hbrun hello.prg
```
## About
Harbour is a compiler for the xBase superset language often referred to as Clipper (the language that is implemented by the compiler CA-Clipper)

## Ref
https://harbour.github.io/

0 comments on commit 7d147f2

Please sign in to comment.