Add uwu in Euphoria

This commit is contained in:
sech1p 2021-08-11 19:40:07 +02:00
parent af1ea7f77b
commit c1a76b7e42
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 2 additions and 0 deletions

View File

@ -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)

1
uwu.e Normal file
View File

@ -0,0 +1 @@
puts(1, "uwu\n")