Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

mint-lang/mint-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mint-core

Build Status

This is the source code for the standard library of the Mint programming language.

Hacking

Follow these steps to get up and running:

  1. Install Mint ( https://www.mint-lang.com/install )
  2. Clone the repository
  3. Running the tests mint test
  4. That's it!

Contributing

You are welcome to contribute with anything:

  1. Fork it ( https://github.com/mint-lang/mint-website/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes including tests (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

MIT