From c9009f0abbb324214911dffff7c171cf7317759d Mon Sep 17 00:00:00 2001 From: Iqbal Singh Date: Sat, 15 Oct 2022 17:00:35 +0530 Subject: [PATCH] Add ZSharp (#1409) --- readme.md | 3 ++- z/ZSharp.zs | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 z/ZSharp.zs diff --git a/readme.md b/readme.md index d73ce87..80e4dd3 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 (938 total) +## Languages (939 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -944,6 +944,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Zonnon](z/Zonnon.znn) * [ZPL](z/ZPL) * [ZScript](z/ZScript) +* [ZSharp](z/ZSharp.zs) * [Zsq](z/Zsq.zsq) * [zx](z/zx.js) diff --git a/z/ZSharp.zs b/z/ZSharp.zs new file mode 100644 index 0000000..a21a20d --- /dev/null +++ b/z/ZSharp.zs @@ -0,0 +1,4 @@ +func Main() +{ + Printl("Hello World") +}