Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 481 Bytes

WEBdeBS Katas

Here we share our implementations of various katas. Enjoy! :)

How to use this repo

Do you want to contribute? It's easy, just:

  • clone the repo git clone https://github.com/WEBdeBS/katas.git
  • enter in the cloned repo cd katas
  • create a branch with your name (from master) git checkout -b YOURNAME
  • you'll find one directory per kata, choose your one and commit your solution in there!
  • once you're done push your work git push origin YOURNAME