From 3a6f8a63415af602f2ef8f01b442123c95c4f14c Mon Sep 17 00:00:00 2001 From: gnuhead-chieb <41156994+gnuhead-chieb@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:28:59 +0900 Subject: [PATCH] Add Yorick (#1305) * Add Yorick * Add files via upload --- readme.md | 3 ++- y/Yorick.i | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 y/Yorick.i diff --git a/readme.md b/readme.md index 3f194b98..250eb585 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 (897 total) +## Languages (903 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -897,6 +897,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [YASKC](y/YASKC.yaskc) * [YoLang](y/YoLang.yo) * [YoptaScript](y/YoptaScript) +* [Yorick](y/Yorick.i) * [Z Shell](z/Z%20Shell.zsh) * [ZBD](z/ZBD) * [Zepto](z/Zepto.zp) diff --git a/y/Yorick.i b/y/Yorick.i new file mode 100644 index 00000000..6099b444 --- /dev/null +++ b/y/Yorick.i @@ -0,0 +1,2 @@ +#!/usr/bin/yorick -batch +print, "Hello World";