From be918bdf6c5b495d13e6577f0556ebe11c3bdea7 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 1 Dec 2025 07:19:55 +0100 Subject: [PATCH] feat: include 2025D1 let's gooooo --- cmd/aoc/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/aoc/main.go b/cmd/aoc/main.go index d01ae47..d2a8cae 100644 --- a/cmd/aoc/main.go +++ b/cmd/aoc/main.go @@ -33,6 +33,9 @@ import ( _ "advent-of-code/internal/2021/DayThree" _ "advent-of-code/internal/2021/DayTwo" _ "advent-of-code/internal/2022/DayOne" + + // 2025 + _ "advent-of-code/internal/2025/DayOne" ) func capitalize(day string) string {