Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 327 Bytes

File metadata and controls

17 lines (10 loc) · 327 Bytes

Morning Kata

Run:

gradle idea  

or

gradle eclipse 

Switch to branch with specific kata, such as

git checkout -b TennisGame origin/TennisGame

Then choose language of your choice in junit test by (un)commenting proper import and write implementation

New kata should be created in separate branches