feat: register third day

This commit is contained in:
2025-12-22 10:31:39 +01:00
parent 80f1462985
commit 94e3502bb9

View File

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