I am trying to write the solutions without any external dependencies in an elegant way.
To run a solution:
cargo run --release <day_number>
To test all solutions:
cargo test --release
I am trying to write the solutions without any external dependencies in an elegant way.
To run a solution:
cargo run --release <day_number>
To test all solutions:
cargo test --release