diff --git a/m/Manim.py b/m/Manim.py new file mode 100644 index 00000000..780c1fe6 --- /dev/null +++ b/m/Manim.py @@ -0,0 +1,5 @@ +from manim import * + +class HelloWorld(Scene): + def construct(self): + self.add(Text("Hello World")) diff --git a/readme.md b/readme.md index a5b3dc70..672509b7 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 (929 total) +## Languages (930 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -548,6 +548,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Make](m/Make.makefile) * [Malbolge](m/Malbolge.mb) * [Mana](m/Mana.mn) +* [Manim](m/Manim.py) * [MarioLANG](m/MarioLANG.mlg) * [Markdown](m/Markdown.md) * [Mathematica Online](m/Mathematica%20Online.nb)