feat: register fourth day

This commit is contained in:
2025-12-23 06:13:45 +01:00
parent 50b8ded4cd
commit eec25ef6f0

View File

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