/aoc2022

🦀 Oxidized solutions for Advent of Code 2022

Primary LanguageRust

My solutions for each task in Rust.

Setup

Single binary with multiple modules, one for each day with a shared library for utilities.

Goals

  • Find the solution quickly
  • Write in a functional style
  • Write idiomatic Rust whenever possible

Non-goals

  • Performant solutions