diff --git a/README.md b/README.md index 9b3b8b0e..b3b4c11f 100755 --- a/README.md +++ b/README.md @@ -354,6 +354,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) +* [Monte](m%5Cmonte.mt) * [Moo](m%5Cmoo.moo) * [Moonscript](m%5Cmoonscript.moon) * [Morsecode](m%5Cmorsecode) diff --git a/m/monte.mt b/m/monte.mt new file mode 100644 index 00000000..8d3de6a2 --- /dev/null +++ b/m/monte.mt @@ -0,0 +1 @@ +traceln("Hello World")