Simple template for new katas in Java
- Fork this repo and give it a new name appropriate for the kata.
- Change the name in the pom file so you get a name appropriate for the kata.
- Start coding. You can use the existing HelloWorld-classes a a simple example to get started.
- Remove the "HelloWorld" example classes when no longer needed.