Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 254 Bytes

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.