From c74deb122c920078fe49da4bd83c6a7cab7eee6f Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 16:43:16 +1300 Subject: [PATCH] Add Moo Fixes: #544 Co-Authored-By: Hifiz --- README.md | 3 ++- m/moo.moo | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 m/moo.moo diff --git a/README.md b/README.md index 68f024c0..70cf04c5 100755 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Continuesequation](c%5CContinuesEquation.ce) * [Cool](c%5Ccool.cl) * [Cor](c%5Ccor.cor) -* [Cow](c%5Ccow) +* [Cow](c%5Ccow.cow) * [Crystal](c%5Ccrystal.cr) * [Csh](c%5Ccsh.csh) * [Csharp](c%5Ccsharp.cs) @@ -352,6 +352,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Modula 2](m%5Cmodula-2.mod) * [Modula 3](m%5Cmodula-3.m3) * [Mongo](m%5Cmongo.shell) +* [Moo](m%5Cmoo.moo) * [Moonscript](m%5Cmoonscript.moon) * [Morsecode](m%5Cmorsecode) * [Mouse](m%5Cmouse.mse) diff --git a/m/moo.moo b/m/moo.moo new file mode 100644 index 00000000..d5ad8cfe --- /dev/null +++ b/m/moo.moo @@ -0,0 +1,3 @@ +@program hello:run +player:tell("Hello World"); +. \ No newline at end of file