From c1a76b7e42e2fcde836ee9ee2900e8e889e997bb Mon Sep 17 00:00:00 2001 From: sech1p Date: Wed, 11 Aug 2021 19:40:07 +0200 Subject: [PATCH] Add uwu in Euphoria --- README.md | 1 + uwu.e | 1 + 2 files changed, 2 insertions(+) create mode 100644 uwu.e diff --git a/README.md b/README.md index b1afc45..14dfe78 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ uwu in every programming language in the world - [Erlang](uwu.erl) - [Emacs Lisp](uwu.el) - [Emojicode](uwu.emojic) +- [Euphoria](uwu.e) - [F#](uwu.fs) - [Forth](uwu.forth) - [Fortran](uwu.f) diff --git a/uwu.e b/uwu.e new file mode 100644 index 0000000..ea5824a --- /dev/null +++ b/uwu.e @@ -0,0 +1 @@ +puts(1, "uwu\n")