The official repository for the Mango programming Language.
Create a new terminal and clone the repository using:
git clone https://github.com/exceptionee/mango.gitThen compile using the compiler of your choice (the example below uses the GNU compiler).
g++ main.cpp -o mangoOnce you have compiled the language you can run it in the terminal using ./mango.
Contributions are always welcome!
See contributing.md for ways to get started.
