Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 254 Bytes

CodingDojo

Contributing

  1. Fork it.
  2. Create your kata branch (git checkout -b the-kata-name)
  3. Commit your changes (git commit -am 'Add some code')
  4. Push to the branch (git push origin the-kata-name)
  5. Create a pull request to develop.