From 3e9781282646d22bec7d551f0c7c5bbeabe95f40 Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:04:07 +0800 Subject: [PATCH 1/2] Create MoonBit.mbt --- m/MoonBit.mbt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 m/MoonBit.mbt 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!"); +} From 79d2c8bd80264a559faa0468738f6e40cd8a6e4c Mon Sep 17 00:00:00 2001 From: KrLite <68179735+KrLite@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:08:07 +0800 Subject: [PATCH 2/2] Update readme.md to include `m/MoonBit.mbt` --- readme.md | 1 + 1 file changed, 1 insertion(+) 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)