/aoc2023

Primary LanguageRust

My Advent of Code 2023 Solutions in Rust

How to run locally

  1. Install the rust compiler
  2. Use the included run.sh script. eg: ./run.sh day01 will run the solution of the first day.