Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 288 Bytes

Advent of Code 2024 in Rust 2024

  • Assumes all input is valid
    • Has large swathes of unwraps() and unreachable!()
  • Almost definitely sub-optimal in a lot of cases
  • Probably not idiomatic Rust
  • Most solutions are self-contained in a single file, so should be easy enough to read