This library uses cargo-aoc
as runtime.
- Install
cargo-aoc
withcargo install cargo-aoc
- Log in to the Advent of Code site.
- Open developer tools, and navigate to Application -> Storage -> Cookies -> https://adventofcode.com
- Copy the value of the "session" cookie.
- Save the cookie to cargo-aoc with
cargo aoc credentials {token}
- Run with
cargo aoc run