Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 153 Bytes

File metadata and controls

11 lines (6 loc) · 153 Bytes

To compile your code:

mvn compile

To execute the unit test run

mvn test

Or you can do it using IntelliJ or your favourite IDE.

Requires Java 11.