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