feat: register third day

This commit is contained in:
2025-12-09 19:21:44 +01:00
parent 5dab84eeb3
commit b60c971d50

View File

@@ -2,5 +2,6 @@ package year2016
import (
_ "advent-of-code/internal/2016/DayOne"
_ "advent-of-code/internal/2016/DayThree"
_ "advent-of-code/internal/2016/DayTwo"
)