From 4c6ff1e437f038671a36b8aeda58c1d88793c032 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 3 Dec 2025 10:41:29 -0800 Subject: [PATCH] Add commented out akramer setup --- config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.yaml b/config.yaml index d207077..b4cf916 100644 --- a/config.yaml +++ b/config.yaml @@ -40,6 +40,16 @@ repositories: # url: "https://github.com/user2/aoc-2024" # local_path: "repos/user2-2024" +# Didn't use cargo aoc +# - name: "akramer" +# type: "multi-year" # one repo per year +# years: +# - year: 2021 +# url: "https://github.com/akramer/aoc2021" +# local_path: "repos/akramer-2021" +# - year: 2022 +# url: "https://github.com/akramer/aoc2022" +# local_path: "repos/akramer-2022" # Years to compare (optional, if not specified, all years found will be used) # compare_years: [2025]