This time, we're solving it in Rust...
I don't really know what I'm doing but hopefully by Christmas I'll have half of a clue!
I'm using the cargo-aoc CLI tool and associated runner and macros. To run the code, use the following commands:
cargo install cargo-aoc
cargo aoc credentials {token}
cargo aoc input
cargo aocI'm participating in the codspeed AOC challenge
(link). I'm using both the cargo-aoc bench
command, as well as
flamegraph-rs to benchmark my
code!