My Advent of Code 2022 solutions are written in Rust programming language because I'm trying to learn. I'll look back to this code in the future.
# Let's switch to day 1 part 1 solution
cd day01a
cargo run --release
❯ cargo run --release
Finished release [optimized] target(s) in 0.00s
Running `target/release/day01`
67658