From 340549a772d01273143518257501aed31521e133 Mon Sep 17 00:00:00 2001 From: sech1p Date: Sat, 24 Jul 2021 22:01:32 +0200 Subject: [PATCH] Add uwu in Nim --- README.md | 1 + uwu.nim | 1 + 2 files changed, 2 insertions(+) create mode 100644 uwu.nim diff --git a/README.md b/README.md index c3502d1..f0fe313 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ uwu in every programming language in the world - [C](uwu.c) - [Javascript](uwu.js) +- [Nim](uwu.nim) - [Pascal](uwu.pas) - [Perl](uwu.pl) - [Python 1 & 2](uwu.py) diff --git a/uwu.nim b/uwu.nim new file mode 100644 index 0000000..58fc54b --- /dev/null +++ b/uwu.nim @@ -0,0 +1 @@ +echo "uwu"