Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 408 Bytes

kata-template-java

Simple template for new katas in Java

How to use

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