feat: register fourth day

This commit is contained in:
2025-12-21 09:03:50 +01:00
parent 34be9e0847
commit 081f4ea295

View File

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