Added Efene

Fixes: #532
Co-Authored-By: Alexander von Recum <avrecum@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 04:48:54 +13:00
parent daf62f16af
commit 6f1c1de713
2 changed files with 5 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Ebuild](e/ebuild.ebuild)
* [Ec](e/ec.ec)
* [Echolisp](e/echolisp.echolisp)
* [Efene](e/efene.efene)
* [Egl](e/egl.egl)
* [Eiffel](e/Eiffel.eiff)
* [Elena](e/elena.elena)

4
e/efene.efene Normal file
View File

@@ -0,0 +1,4 @@
@public
run = fn () {
io.format("Hello World~n")
}