Skip to content

syesoftware/coding-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.