dgoldsb / advent-of-code-2023

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ..

About

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


Languages

Language:Rust 100.0%