Add commented out akramer setup

This commit is contained in:
Bill Thiede 2025-12-03 10:41:29 -08:00
parent 65dc9a4d12
commit 4c6ff1e437

View File

@ -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]