The input data is assumed to be in a file input.txt
in the root of individual day's code.
- Load maven project in IDE
- Run
uk.co.stevebosman.aoc2023.day2.Part1
in IntelliJ with parameterinput.txt
. - Result written to
System.out
.
- Load maven project in IDE
- Run
uk.co.stevebosman.aoc2023.day2.Part2
in IntelliJ with parameterinput.txt
. - Result written to
System.out
.