This repository stores Advent of Code solutions organized by year and day.
See docs/USAGE.md for detailed usage instructions (virtualenv setup, fetching inputs, running solutions).
# create venv and install dependencies
bash scripts/setup-venv.sh
# activate and run a day
source .venv/bin/activate
python 2025/day1/day1.py- Do not commit your AoC session token; export
AOC_SESSIONor use~/.config/aocd/token. .gitignorealready excludes.venv/.
aec codes for rust