Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 400 Bytes

File metadata and controls

17 lines (9 loc) · 400 Bytes

Java Kata Starter

A minimal Java starter for coding katas — clone it, run the tests, start coding.

Prerequisites

JDK 17 or newer — the wrapper downloads Maven itself.

Run the tests

./mvnw test, or mvnw.cmd test on Windows.

Run the app

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.