From ff143d9207b90bc0b5bb184d2002fb4032dd5276 Mon Sep 17 00:00:00 2001 From: gnuhead-chieb <41156994+gnuhead-chieb@users.noreply.github.com> Date: Sun, 13 Feb 2022 12:53:12 +0900 Subject: [PATCH] Add Harbour (#1319) * Add Harbour * Add files via upload * Update readme.md Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com> --- h/Harbour.prg | 5 +++++ readme.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 h/Harbour.prg diff --git a/h/Harbour.prg b/h/Harbour.prg new file mode 100644 index 00000000..17304708 --- /dev/null +++ b/h/Harbour.prg @@ -0,0 +1,5 @@ +PROCEDURE Main() + + ? "Hello World" + + RETURN diff --git a/readme.md b/readme.md index 041bc3bf..c49b1c88 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (909 total) +## Languages (910 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -436,6 +436,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Guile](g/Guile.scm) * [Hack](h/Hack.hh) * [Haml](h/Haml.haml) +* [Harbour](h/Harbour.prg) * [Haskell](h/Haskell.hs) * [Haxe](h/Haxe.hx) * [Hello](h/Hello)