-
Create a new class in the package
aoc.day.days
namedDay{dayNumber}.java
-
make the new day extend the Day class
-
put input into the data/ folder, and name it
day{dayNumber}.txt
-
Execute Main
Create a new class in the package aoc.day.days
named Day{dayNumber}.java
make the new day extend the Day class
put input into the data/ folder, and name it day{dayNumber}.txt
Execute Main