feat: include 2015D3

This commit is contained in:
2025-11-28 17:50:59 +01:00
parent 76568a801d
commit 962bc923f3

View File

@@ -9,6 +9,7 @@ import (
"regexp" "regexp"
_ "advent-of-code/internal/2015/DayOne" _ "advent-of-code/internal/2015/DayOne"
_ "advent-of-code/internal/2015/DayThree"
_ "advent-of-code/internal/2015/DayTwo" _ "advent-of-code/internal/2015/DayTwo"
_ "advent-of-code/internal/2020/DayEight" _ "advent-of-code/internal/2020/DayEight"
_ "advent-of-code/internal/2020/DayFour" _ "advent-of-code/internal/2020/DayFour"