Advent of Code 2022 edition solutions written by me to annoy people into using Rust
You'll need stable rust and cargo, install instructions here. I also use just for convenience
$ cargo run -p day-01 --release
Or by using just:
$ just r 01
Some days might require nightly toolchain