Micro python (#1499)

This commit is contained in:
BastionAtackDev
2023-10-01 23:07:18 +03:00
parent 4e3abf1f61
commit 873b5907a6
2 changed files with 3 additions and 1 deletions

1
m/MicroPython.py Normal file
View File

@@ -0,0 +1 @@
print("Hello World")

View File

@@ -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 start-->
## 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)