feat: include D12

This commit is contained in:
2025-12-04 20:44:48 +01:00
parent 89c154de37
commit 12b54d51d2

View File

@@ -11,5 +11,6 @@ import (
_ "advent-of-code/internal/2015/DaySix"
_ "advent-of-code/internal/2015/DayTen"
_ "advent-of-code/internal/2015/DayThree"
_ "advent-of-code/internal/2015/DayTwelve"
_ "advent-of-code/internal/2015/DayTwo"
)