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]