For a next day N
:
- Go to
src/main/resources
- Copy
Day0_sample.txt
toDayN_sample.txt
and place puzzle input sample there - Copy
Day0.txt
toDayN.txt
and place your puzzle input there - Go to
src/main/java
- Copy
Day0.java
toDayN.java
- Solve the puzzle and add the day to AllDaysRunner
- Have fun and may the ⭐ be with you!
- This template is a Maven project with zero dependencies to keep it simple.
- All task input files (src/main/resources) are excluded from the repository with
.gitignore
– we should not post them publicly, as Eric Wastl asks for: Tweet.