diff --git a/m/MoonBit.mbt b/m/MoonBit.mbt new file mode 100644 index 000000000..7cf3504a1 --- /dev/null +++ b/m/MoonBit.mbt @@ -0,0 +1,3 @@ +fn main { + println("Hello, world!"); +} diff --git a/readme.md b/readme.md index 0d0d1d6d7..a53dc5ea8 100644 --- a/readme.md +++ b/readme.md @@ -619,6 +619,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Monkey](m/Monkey) * [Monte](m/Monte.mt) * [Moo](m/Moo.moo) +* [MoonBit](m/MoonBit.mbt) * [MOONBlock](m/MOONBlock.png) * [Moonscript](m/Moonscript.moon) * [Morloc](m/Morloc.loc)