Fixes: #544
Co-Authored-By: Hifiz <hifiz@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-03-30 16:43:16 +13:00
parent 35f84c43be
commit c74deb122c
2 changed files with 5 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Continuesequation](c%5CContinuesEquation.ce) * [Continuesequation](c%5CContinuesEquation.ce)
* [Cool](c%5Ccool.cl) * [Cool](c%5Ccool.cl)
* [Cor](c%5Ccor.cor) * [Cor](c%5Ccor.cor)
* [Cow](c%5Ccow) * [Cow](c%5Ccow.cow)
* [Crystal](c%5Ccrystal.cr) * [Crystal](c%5Ccrystal.cr)
* [Csh](c%5Ccsh.csh) * [Csh](c%5Ccsh.csh)
* [Csharp](c%5Ccsharp.cs) * [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 2](m%5Cmodula-2.mod)
* [Modula 3](m%5Cmodula-3.m3) * [Modula 3](m%5Cmodula-3.m3)
* [Mongo](m%5Cmongo.shell) * [Mongo](m%5Cmongo.shell)
* [Moo](m%5Cmoo.moo)
* [Moonscript](m%5Cmoonscript.moon) * [Moonscript](m%5Cmoonscript.moon)
* [Morsecode](m%5Cmorsecode) * [Morsecode](m%5Cmorsecode)
* [Mouse](m%5Cmouse.mse) * [Mouse](m%5Cmouse.mse)

3
m/moo.moo Normal file
View File

@@ -0,0 +1,3 @@
@program hello:run
player:tell("Hello World");
.