From 1efecf660102b4b32f33c972cee778dc5a81d2f5 Mon Sep 17 00:00:00 2001 From: Zachary Davis <67290867+smokeytube@users.noreply.github.com> Date: Fri, 23 Jul 2021 19:00:38 +0300 Subject: [PATCH] Add YASKC (#1109) Co-authored-by: Richie Bendall --- readme.md | 3 ++- y/YASKC.yaskc | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 y/YASKC.yaskc diff --git a/readme.md b/readme.md index 966d7e6a..f1cd4d2a 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 (810 total) +## Languages (811 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [?$51=](%23/?%2351=) @@ -805,6 +805,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [XUL](x/XUL.xul) * [Y](y/Y.y) * [YAML](y/YAML.yaml) +* [YASKC](y/YASKC.yaskc) * [YoLang](y/YoLang.yo) * [YoptaScript](y/YoptaScript) * [ZBD](z/ZBD) diff --git a/y/YASKC.yaskc b/y/YASKC.yaskc new file mode 100644 index 00000000..acd05a8e --- /dev/null +++ b/y/YASKC.yaskc @@ -0,0 +1,4 @@ +using universal delay 200 +using loop False + +typewrite Hello World \ No newline at end of file