From 9185181d59486f6bd40a3411f162d094af4e1657 Mon Sep 17 00:00:00 2001 From: Kunal-Sharma228 <68844042+Kunal-Sharma228@users.noreply.github.com> Date: Fri, 9 Oct 2020 08:50:19 +0530 Subject: [PATCH 1/3] Added Night.Night --- n/Night.night | 1 + 1 file changed, 1 insertion(+) create mode 100644 n/Night.night diff --git a/n/Night.night b/n/Night.night new file mode 100644 index 00000000..3b66c900 --- /dev/null +++ b/n/Night.night @@ -0,0 +1 @@ +print("Hello World!\n"); From 59aa340aa28914c0b655b78b32e39327d17b26dd Mon Sep 17 00:00:00 2001 From: Kunal-Sharma228 <68844042+Kunal-Sharma228@users.noreply.github.com> Date: Fri, 9 Oct 2020 08:57:36 +0530 Subject: [PATCH 2/3] Liinked Night.night --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab13e46..76ccf613 100755 --- 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 (684 total) +## Languages (685 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -434,6 +434,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [Nemerle](n/nemerle.n) * [Newtonscript](n/newtonscript.nwt) * [Nice](n/nice.nice) +* [Night](n/Night.night) * [Nim](n/nim.nim) * [Nit](n/nit.nit) * [Nodejs](n/nodejs.js) From f3677e93fdaf1c130b6b9a3261b8aaa2d12232f0 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Fri, 9 Oct 2020 17:38:38 +1300 Subject: [PATCH 3/3] Update Night.night --- n/Night.night | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n/Night.night b/n/Night.night index 3b66c900..c3bd215a 100644 --- a/n/Night.night +++ b/n/Night.night @@ -1 +1 @@ -print("Hello World!\n"); +print("Hello World\n");