Compare commits

..

2 Commits

Author SHA1 Message Date
0d43b2e12c feat: register fifth day 2026-01-03 12:02:19 +01:00
c2c87ad301 chore: add 2017D5 dataset 2026-01-03 12:02:13 +01:00
2 changed files with 1036 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package year2017 package year2017
import ( import (
_ "advent-of-code/internal/2017/DayFive"
_ "advent-of-code/internal/2017/DayFour" _ "advent-of-code/internal/2017/DayFour"
_ "advent-of-code/internal/2017/DayOne" _ "advent-of-code/internal/2017/DayOne"
_ "advent-of-code/internal/2017/DayThree" _ "advent-of-code/internal/2017/DayThree"

File diff suppressed because it is too large Load Diff