From 8d221bea76914850142215839efe5194c99ea8e6 Mon Sep 17 00:00:00 2001 From: PastelDeFeira <78487180+PastelDeFeira@users.noreply.github.com> Date: Sun, 23 Oct 2022 10:04:45 -0300 Subject: [PATCH] Add ESOPUNK (#1403) * Add ESOPUNK (from esolangs.org) ESOPUNK is a version of EXA that runs outside a network * Update readme.md Co-authored-by: Kirrby <78487180+Kirrby@users.noreply.github.com> Co-authored-by: Gabe <66077254+MrBrain295@users.noreply.github.com> --- e/ESOPUNK.exa | 11 +++++++++++ readme.md | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 e/ESOPUNK.exa diff --git a/e/ESOPUNK.exa b/e/ESOPUNK.exa new file mode 100644 index 00000000..3fab40da --- /dev/null +++ b/e/ESOPUNK.exa @@ -0,0 +1,11 @@ +COPY 72 #STDO +COPY 101 #STDO +COPY 108 #STDO +COPY 108 #STDO +COPY 111 #STDO +COPY 32 #STDO +COPY 119 #STDO +COPY 111 #STDO +COPY 114 #STDO +COPY 108 #STDO +COPY 100 #STDO diff --git a/readme.md b/readme.md index 827e022c..8e506d86 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 (941 total) +## Languages (942 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -312,6 +312,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [E](e/E.e) * [e62qpodb593](e/e62qpodb593) * [EBuild](e/EBuild.ebuild) +* [ESOPUNK](e/ESOPUNK.exa) * [Ec](e/Ec.ec) * [EchoLisp](e/EchoLisp.echolisp) * [Efene](e/Efene.efene)