From b2659436e8d88577f6bf4c887bcd09f53ef4b127 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 17:02:54 +1300 Subject: [PATCH] Add Monte Fixes: #513 Co-Authored-By: Arryan Zaman --- README.md | 1 + m/monte.mt | 1 + 2 files changed, 2 insertions(+) create mode 100644 m/monte.mt 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")