Advent of Code 2023

About

This is a collection of my solutions to the 2023 Advent of Code. I'm using Rust for this year's solutions. I'm trying to keep the solutions as fast as possible with as little dependencies as possible. I'm also trying to keep the solutions as readable as possible.

GitHub

Features

  • Fast
  • (Kinda) Easy to read
  • Tested
  • first day to day 21 done

Technologies Used

  • Rust
  • regex