This is the source code for the standard library of the Mint programming language.
Follow these steps to get up and running:
- Install Mint ( https://www.mint-lang.com/install )
- Clone the repository
- Running the tests
mint test
- That's it!
You are welcome to contribute with anything:
- Fork it ( https://github.com/mint-lang/mint-website/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes including tests (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
MIT