* Add Erg

Erg is a statically typed language that is Python-compatible.

https://github.com/erg-lang/erg

* Update readme.md

- Increment the language count
- Add Erg into the list
This commit is contained in:
Jeddi
2022-08-18 20:35:35 +07:00
committed by GitHub
parent 0f713f26e2
commit f44cc1ec85
2 changed files with 3 additions and 1 deletions

1
e/Erg.er Normal file
View File

@@ -0,0 +1 @@
print! "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! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (936 total) ## Languages (937 total)
* [!](%23/%21) * [!](%23/%21)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
@@ -334,6 +334,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [EO](e/EO.eo) * [EO](e/EO.eo)
* [EOOOL](e/EOOOL.eoool) * [EOOOL](e/EOOOL.eoool)
* [EPL](e/EPL.e) * [EPL](e/EPL.e)
* [Erg](e/Erg.er)
* [Erlang EScript](e/Erlang%20EScript.erl) * [Erlang EScript](e/Erlang%20EScript.erl)
* [Erlang](e/Erlang.erl) * [Erlang](e/Erlang.erl)
* [es](e/es) * [es](e/es)