Merge branch 'pr/847'

This commit is contained in:
Richie Bendall
2020-11-20 16:21:28 +13:00
2 changed files with 3 additions and 1 deletions

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 (707 total) ## Languages (708 total)
* [05Ab1E](%23/05AB1E) * [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815) * [0815](%23/0815.0815)
@@ -251,6 +251,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib
* [Dup](d/DUP.dup) * [Dup](d/DUP.dup)
* [Dylan](d/dylan.dl) * [Dylan](d/dylan.dl)
* [Dyvil](d/Dyvil.dyv) * [Dyvil](d/Dyvil.dyv)
* [E](e/E.e)
* [Ebuild](e/ebuild.ebuild) * [Ebuild](e/ebuild.ebuild)
* [Ec](e/ec.ec) * [Ec](e/ec.ec)
* [Echolisp](e/echolisp.echolisp) * [Echolisp](e/echolisp.echolisp)

1
e/E.e Normal file
View File

@@ -0,0 +1 @@
println("Hello World")