/advent-of-code-2022-in-rust

Solving Advent of Code 2022 in Rust

Primary LanguageRustApache License 2.0Apache-2.0

Advent of Code 2022 (in Rust!)

Hi! 👋 Here are my solutions for Advent of Code 2022.

Goals

  • Each solution should be clear, short, idiomatic, and fun to read!
  • Each solution should share as much code as possible between parts A and B to shed light on the underlying joint structure of the problems.
  • All solutions run quickly — under 500ms summing over both parts A and B.

Enjoy! ❤️

Other solutions

Check out Bogdanp/awesome-advent-of-code to see other solutions.