- Kotlin 1.9
- JDK 21
- JUnit 5
- IntelliJ IDEA
- Open
DayXX.kt
in IDEA - Click the "Run" button in the editor gutter, next to the main function
- Open
TestDayXX.kt
in IDEA - Click on one of the "Run" buttons in the gutter, corresponding to either part or to the full suite
- Input for test cases is located in
src/test/resources
- "Real" puzzle input is located in
src/main/resources