From 873b5907a6332e32ae226233fc5177de54efdac6 Mon Sep 17 00:00:00 2001 From: BastionAtackDev <88817320+BastionAtackDev@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:07:18 +0300 Subject: [PATCH] Micro python (#1499) --- m/MicroPython.py | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 m/MicroPython.py diff --git a/m/MicroPython.py b/m/MicroPython.py new file mode 100644 index 000000000..ad35e5ae3 --- /dev/null +++ b/m/MicroPython.py @@ -0,0 +1 @@ +print("Hello World") diff --git a/readme.md b/readme.md index e86d320b4..8667901cc 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (998 total) +## Languages (999 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -594,6 +594,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [MemeAssembly](m/MemeAssembly.memeasm) * [Meq](m/Meq.meq) * [Mercury](m/Mercury.m) +* [MicroPython](m/MicroPython.py) * [MilkScript](m/MilkScript.milk) * [Millfork](m/Millfork.mfk) * [Mind](m/Mind.src)