Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 257 Bytes

aoc2021

Solutions to Advent of Code 2021.

Run mvn package inside aoc2021/ to build the project and run the tests.

The solutions are all determined through unit tests. These can also be run separately with mvn test.