I am trying to write the solutions
- without
unwrap
- without
unsafe
- without dependencies
To run solutions:
cargo run --release [day_number]
To test solutions:
cargo test [day_number]
To benchmark solutions:
cargo bench [day_number]
I am trying to write the solutions
unwrap
unsafe
To run solutions:
cargo run --release [day_number]
To test solutions:
cargo test [day_number]
To benchmark solutions:
cargo bench [day_number]