Implementations to solve Advent of Code puzzles https://adventofcode.com/
cargo install aoc-cli
- Get the session token from the browser's cookies and put it into the
~/.config/adventofcode.session
file. mkdir -vp ./solutions/data/{real,examples}/$(date +%Y)
aoc d -o -I -i ./solutions/data/real/$(date +%Y)/$(date +%d).txt
cargo run daily
cargo run -q