From 177cb7bc9757b906451088fb20c9cc1297e6eab0 Mon Sep 17 00:00:00 2001 From: Swati Aggrawal Date: Sun, 9 Oct 2022 20:51:17 +0530 Subject: [PATCH] Add uwu (#1407) * add hello world in uwu language * add hello world in uwu language in readme * add hello world in uwu language * add hello world in uwu language --- readme.md | 3 ++- u/uwu.uwupp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 u/uwu.uwupp diff --git a/readme.md b/readme.md index e515d2a4..d73ce875 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 (937 total) +## Languages (938 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -867,6 +867,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Unlambda](u/Unlambda.unl) * [Unreal Script](u/Unreal%20Script.uc) * [UrduPython](u/UrduPython.py) +* [UwU](u/uwu.uwupp) * [V](v/V) * [V](v/V.v) * [Vala](v/Vala.vala) diff --git a/u/uwu.uwupp b/u/uwu.uwupp new file mode 100644 index 00000000..3fce8c27 --- /dev/null +++ b/u/uwu.uwupp @@ -0,0 +1 @@ +nuzzels("Hello World") \ No newline at end of file