From 593a462f7bd48db7169e451fbbffff23014ade88 Mon Sep 17 00:00:00 2001 From: Ilya Krestyancev <71264687+qiqt@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:57:54 +0300 Subject: [PATCH] Add EO (#1345) * Add EO * Update readme.md --- e/EO.eo | 5 +++++ readme.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 e/EO.eo diff --git a/e/EO.eo b/e/EO.eo new file mode 100644 index 00000000..d23c90d8 --- /dev/null +++ b/e/EO.eo @@ -0,0 +1,5 @@ ++alias org.eolang.io.stdout + +[] > app + stdout > @ + "Hello world" \ No newline at end of file diff --git a/readme.md b/readme.md index 8228be91..57905f56 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (977 total) +## Languages (978 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -380,6 +380,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Emoticon](e/Emoticon.emoticon) * [Emotinomicon](e/Emotinomicon) * [Enkelt](e/Enkelt.e) +* [EO](e/EO.eo) * [EOOOL](e/EOOOL.eoool) * [EPL](e/EPL.e) * [Erlang EScript](e/Erlang%20EScript.erl)