feat: register day four

This commit is contained in:
2025-12-06 23:11:46 +01:00
parent 00dd40428b
commit 8488debc25

View File

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