From 182d598e2717f2d43065d0bdbbc4baeb11cca3e2 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 19:25:54 +1300 Subject: [PATCH] =?UTF-8?q?Added=208th,=20=CE=9C=CE=BB,=20=D9=82=D9=84?= =?UTF-8?q?=D8=A8,=20Hubot=20and=20Judoscript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richie Bendall --- #/1c-enterprise | 1 - #/8th | 1 + #/μλ | 13 +++++++++++++ #/قلب | 1 + README.md | 5 +++++ h/hubot.coffee | 3 +++ j/judoscript | 1 + 7 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 #/8th create mode 100644 #/μλ create mode 100644 #/قلب create mode 100644 h/hubot.coffee create mode 100644 j/judoscript diff --git a/#/1c-enterprise b/#/1c-enterprise index 2d4fc2e2..a8ca5733 100755 --- a/#/1c-enterprise +++ b/#/1c-enterprise @@ -1,2 +1 @@ Message("Hello World"); - diff --git a/#/8th b/#/8th new file mode 100644 index 00000000..fb987908 --- /dev/null +++ b/#/8th @@ -0,0 +1 @@ +"Hello World\n" . diff --git a/#/μλ b/#/μλ new file mode 100644 index 00000000..77383a00 --- /dev/null +++ b/#/μλ @@ -0,0 +1,13 @@ +> EEEEEEEΔΔΘς v +v ςΘΔEEEEEEEEEE < +> EEEEEEEEEEEδδΘς v +v ΘδδEEEEEEEEEEEς < +> ς EEEEEEEEEEEΔΘ v +v ΘΔΔΔΔEEEEς < +> ςEEEΔΔΘ v +v ΘδEEEEEEEEEEEEς < +> ςEEEEEEEEEEEΔΘ v +v ΘΔΔΔΔEEEEEEEEEEEς < +> ςEEEEEEEEEEEδδΘ v +v ΘEEEEEEEEEEς < +> ςEEEΔΔΔΘ λ diff --git a/#/قلب b/#/قلب new file mode 100644 index 00000000..c2ac5aeb --- /dev/null +++ b/#/قلب @@ -0,0 +1 @@ +‫(قول "مرحبا يا عالم") diff --git a/README.md b/README.md index 9f109f68..f2f8c67c 100755 --- a/README.md +++ b/README.md @@ -22,8 +22,11 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [4Gl](%23%5C4gl.4gl) * [4Test](%23%5C4test) * [4Thdimension](%23%5C4thdimension.4dd) +* [8Th](%23%5C8th) * [~English](%23%5C~English.ext) * [~Indonesia](%23%5C~Indonesia.ext) +* [Μλ](%23%5C%CE%BC%CE%BB) +* [قلب](%23%5C%D9%82%D9%84%D8%A8) * [易语言](%23%5C%E6%98%93%E8%AF%AD%E8%A8%80.e) * [A++](a%5Ca%2B%2B) * [Abap](a%5Cabap.abap) @@ -282,6 +285,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Hop](h%5CHOP) * [Hq9+](h%5Chq9%2B.h) * [Html](h%5Chtml.html) +* [Hubot](h%5Chubot.coffee) * [Hy](h%5Chy.hy) * [Hypertalk](h%5Chypertalk.ht) * [Ibm1401](i%5Cibm1401) @@ -313,6 +317,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Json](j%5Cjson.json) * [Jsoniq](j%5CJSONiq) * [Jsx](j%5Cjsx.js) +* [Judoscript](j%5Cjudoscript) * [Julia](j%5Cjulia.jl) * [Jython](j%5Cjython.py) * [K](k%5Ck.k) diff --git a/h/hubot.coffee b/h/hubot.coffee new file mode 100644 index 00000000..ebba60af --- /dev/null +++ b/h/hubot.coffee @@ -0,0 +1,3 @@ +module.exports = (robot) -> + robot.respond /hello/i, (msg) -> + msg.send 'Hello World' diff --git a/j/judoscript b/j/judoscript new file mode 100644 index 00000000..329fcd0f --- /dev/null +++ b/j/judoscript @@ -0,0 +1 @@ +. "Hello World";