My solutions for Advent of Code 2023. Using Rust for the learning opportunity.
rustc day01.rs && ./day01 < input
To run tests:
rustc --test day01.rs && ./day01
My solutions for Advent of Code 2023. Using Rust for the learning opportunity.
rustc day01.rs && ./day01 < input
To run tests:
rustc --test day01.rs && ./day01