/aoc22

Advent of Code 2022 in Rust

Primary LanguageRustThe UnlicenseUnlicense

My first time doing AoC, yay!

I only set some really basic and loose "rules" for this:

  1. For as far as possible, avoid third-party crates and use std.
  2. Code should be as concise and readable as possible.