From 533c7c03562444dfbb978e3ad7d033e3154a2e29 Mon Sep 17 00:00:00 2001 From: gnuhead-chieb <41156994+gnuhead-chieb@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:47:20 +0900 Subject: [PATCH] Add HSP (#1299) * Add HSP * Update HSP.hsp * Add files via upload Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- h/HSP.hsp | 2 ++ readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 h/HSP.hsp diff --git a/h/HSP.hsp b/h/HSP.hsp new file mode 100644 index 00000000..2a83ef8b --- /dev/null +++ b/h/HSP.hsp @@ -0,0 +1,2 @@ +mes "Hello World" +stop diff --git a/readme.md b/readme.md index c1111ce6..3f194b98 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 (901 total) +## Languages (897 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -451,6 +451,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [HQ9++](h/HQ9%2B%2B) * [HQ9+](h/HQ9%2B.h) * [HQ9funge](h/HQ9funge) +* [HSP](h/HSP.hsp) * [HTML](h/HTML.html) * [HTTP](h/HTTP.py) * [Hubot](h/Hubot.coffee)