My solutions for the Advent of Code 2015, written in Rust.
Automatically downloads puzzle input from your AoC token (stored in token.txt
),
and caches the downloaded inputs in cache.dat
.
- Clone
- Create
token.txt
with your AoC session token (login and check the cookies) cargo run --release
(optionally append-- dayXX
to run a specific day)