Advent of Code 🎄 in Rust 🦀
My own solutions to Advent Of Code puzzles in Rust.
- No AI
- No copying/cheating... at first. I'll review other people's solutions if I get stuck as it's a learning opportunity 😉
- Simple (hopefully) idiomatic Rust
- Probably very little beyond a working solution; my time is limited and this is for fun
- Pure Rust where possible; I might use some Crates where necessary, but I'd rather learn the standard library right now
I would love feedback on what could be improved or made simpler, more idiomatic or faster.