A coding exercise for an interview.
This repository includes the source code (including unit tests) and configuration for a maven project.
It can be built and tested using maven from the command line and basic maven cmmands. For example:
To delete any previous builds, rebuild, and test:
mvn clean package
To just run the tests you can execute:
mvn test