Advent of Code 2023 - Rust Edition

Prerequisites

  • Rust (currently using version 1.74.0 but earlier versions should work)
  • card install cargo-generate
  • card install cargo-watch
  • just

Usage

  • Create new days with just create <day>
  • Work through the day's problem with just work <day> <part>