/advent-of-code-2023

Back to Rust, this time I will be nice to the borrow checker.

Primary LanguageRust

advent-of-code-2023

Back to Rust, this time I will be nice to the borrow checker.

To format:

cd runner
cargo fmt
cd ../days
cargo fmt
cd ../helpers
cargo fmt
cd ..

To run:

cd runner
cargo run --release
cd ..