feat: register third day

This commit is contained in:
2025-12-08 21:43:39 +01:00
parent 911f9bfe7b
commit a8e244f9ab

View File

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