Add ZSharp (#1409)
This commit is contained in:
parent
97acde1819
commit
c9009f0abb
@ -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
4
z/ZSharp.zs
Normal file
@ -0,0 +1,4 @@
|
||||
func Main()
|
||||
{
|
||||
Printl("Hello World")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user