- Solution files:
src/bin/*.rs - Fetch day
x's input and test case by running:./fetch x - Run any particular day using
cargo run --bin sol*
- These solutions are not always optimal, but all run in less than a second
- The code is a bit verbose because this is my first time using Rust