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") +}