Added Euphoria

Fixes: #612
Co-Authored-By: Andrew Adler <gleeb101@gmail.com>
This commit is contained in:
Richie Bendall
2020-04-01 05:39:12 +13:00
parent 2e29843338
commit 9123232ab0
2 changed files with 2 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Eoool](e/EOOOL.eoool) * [Eoool](e/EOOOL.eoool)
* [Erlang](e/erlang.erl) * [Erlang](e/erlang.erl)
* [Erlang Escript](e/erlang_escript.erl) * [Erlang Escript](e/erlang_escript.erl)
* [Euphoria](e/euphoria.ex)
* [Express](e/express.js) * [Express](e/express.js)
* [Factor](f/factor.factor) * [Factor](f/factor.factor)
* [Falcon](f/falcon.fal) * [Falcon](f/falcon.fal)

1
e/euphoria.ex Normal file
View File

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