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";