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

4
e/efene.efene Normal file
View File

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