/advent-of-code-2022

Advent of Code 2022

Primary LanguageJupyter Notebook

Solutions

Rust

Thanks to fasterthanli.me, whose more-idiomatic Rust solutions were very useful to cross-reference.

Running:

cargo run --release --bin day01

With logging:

RUST_LOG=info cargo run --bin day01

For benchmarking:

hyperfine ./target/release/day01