* 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"