diff --git a/README.md b/README.md index f55c32b4..8d736dd9 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/e/efene.efene b/e/efene.efene new file mode 100644 index 00000000..b49c0b26 --- /dev/null +++ b/e/efene.efene @@ -0,0 +1,4 @@ +@public +run = fn () { + io.format("Hello World~n") +}