Basic coding kata setup This is a small maven project for a coding kata. How to start? 1. Clone the repository git clone https://github.com/margue/coding-kata.git 2. Drill into the repo cd coding-kata 3. Try to build it the project with Maven mvn clean install 4. If you do not have Maven installed, use the Maven Wrapper ./mvnw clean install