A minimal Java starter for coding katas — clone it, run the tests, start coding.
JDK 17 or newer — the wrapper downloads Maven itself.
./mvnw test, or mvnw.cmd test on Windows.
java src/main/java/kata/App.java
Any IDE with Maven support (IntelliJ, VS Code, Eclipse) can open the folder and run the test directly.