feat: register fourth day

This commit is contained in:
2025-12-09 20:14:11 +01:00
parent af306eb73c
commit a739425209

View File

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