2025 | 2024 | 2023 | 2022 | 2021 | 2020 | 2019 | 2018 | 2016 | 2015
Total AoC days: 237
Total days done: 131
Rust: 40 days (31%)
Golang: 25 days (19%)
Java: 17 days (13%)
Ruby: 15 days (11%)
C#: 14 days (11%)
Python: 10 days (8%)
Typescript: 10 days (8%)
This repository is managed by the code under /aoc.
It is a program that helps generating and running days per language, and it has a
compiled binary (For ARM Mac only at the moment) under /bin so that it can be ran from it.
-
./bin/aoc prepare-day <lang> <year> <day> --fullPrepare the day using
--fullso that it also download the input (ifAOC_SESSIONenvironment variable is set). This will also update this README with links and update stats. -
./bin/aoc create-input <year> <day>To create an empty example input so that can add the example that is usually given for the day.
-
./bin/aoc run <lang> <year> <day>This will run the day for the language with the correct toolchain.