From 3cab3a82e6da7a55ba9c9854b600e5ce3a359abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Sun, 30 May 2021 13:35:25 +0800 Subject: [PATCH] Add zx (#1025) Co-authored-by: Richie Bendall --- readme.md | 3 ++- z/zx.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 z/zx.js diff --git a/readme.md b/readme.md index 4002a2c3..a137d8dc 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 (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) ## Related diff --git a/z/zx.js b/z/zx.js new file mode 100644 index 00000000..6e55c61c --- /dev/null +++ b/z/zx.js @@ -0,0 +1,2 @@ +#!/usr/bin/env zx +console.log("Hello World")