* Add Hare

Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks.

https://harelang.org/

* Add Hare in readme.md

Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks.

https://harelang.org/

* Incremented the language count

* Update h/Hare.ha

Co-authored-by: Richie Bendall <richiebendall@gmail.com>

Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com>
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Jeddi
2022-04-30 09:29:19 +07:00
committed by GitHub
parent 5b54c2fe69
commit cc20beedd8
2 changed files with 7 additions and 1 deletions

5
h/Hare.ha Normal file
View File

@@ -0,0 +1,5 @@
use fmt;
export fn main() void = {
fmt::println("Hello World")!;
};

View File

@@ -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 start-->
## Languages (979 total)
## Languages (980 total)
* [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@@ -466,6 +466,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Haifuckqueue](h/Haifuckqueue)
* [Haml](h/Haml.haml)
* [Harbour](h/Harbour.prg)
* [Hare](h/Hare.ha)
* [Haskell](h/Haskell.hs)
* [Haxe](h/Haxe.hx)
* [haystack](h/haystack.hstk)