Advent of Code My solutions for the aoc written in rust. The solution for each day is contained in it's own folder in src/bin, and can be executed from the root with the command: cargo run --bin 01 Tests can be executed individually with: cargo test --bin 01