Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
迷渡 2021-05-30 13:35:25 +08:00 committed by GitHub
parent fe0602ce2c
commit 3cab3a82e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 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 (773 total)
## Languages (774 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [05AB1E](%23/05AB1E)
@ -783,6 +783,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [ZPL](z/ZPL)
* [ZScript](z/ZScript)
* [ZSH](z/ZSH.zsh)
* [zx](z/zx.js)
<!--Languages end-->
## Related

2
z/zx.js Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env zx
console.log("Hello World")