feat: include 2025D2

This commit is contained in:
2025-12-02 06:36:56 +01:00
parent a05450c73a
commit 707f34e706

View File

@@ -43,6 +43,7 @@ import (
// 2025 // 2025
_ "advent-of-code/internal/2025/DayOne" _ "advent-of-code/internal/2025/DayOne"
_ "advent-of-code/internal/2025/DayTwo"
) )
func capitalize(day string) string { func capitalize(day string) string {