Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 241 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 241 Bytes

My Advent of Code 2021 solutions. This was my first time using Rust.

Code readability was the main focus. Performance was not a concern (within reasonable bounds). Total runtime of all solutions is ~10 s on my machine (with optimizations).