Advent of Code 2022 in Rust - Solving days 1..=3
In my quest to learn Rust, I dived into the first three days of Advent Of Code 2022. Let me tell you… It was very fun. Even though I have previously solved those three challenges in Go, Rust allowed me to approach them uniquely. You can check out my solutions here. And for anyone wanting to use Rust for Advent of Code, you should check this awesome Rust template – it’s a lifesaver for setting up and testing your code....