Add ZSharp (#1409)

This commit is contained in:
Iqbal Singh 2022-10-15 17:00:35 +05:30 committed by GitHub
parent 97acde1819
commit c9009f0abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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 start-->
## 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)
<!--Languages end-->

4
z/ZSharp.zs Normal file
View File

@ -0,0 +1,4 @@
func Main()
{
Printl("Hello World")
}