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
2 changed files with 6 additions and 1 deletions

4
z/ZSharp.zs Normal file
View File

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