For a next day N:
- Go to
src/main/resources - Copy
Day0_sample.txttoDayN_sample.txtand place puzzle input sample there - Copy
Day0.txttoDayN.txtand place your puzzle input there - Go to
src/main/java - Copy
Day0.javatoDayN.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.