Added Efene
Fixes: #532 Co-Authored-By: Alexander von Recum <avrecum@users.noreply.github.com>
This commit is contained in:
@@ -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
4
e/efene.efene
Normal file
@@ -0,0 +1,4 @@
|
||||
@public
|
||||
run = fn () {
|
||||
io.format("Hello World~n")
|
||||
}
|
||||
Reference in New Issue
Block a user