/advent-of-code-2023

My solutions for Advent of Code 2023

Primary LanguageRustMIT LicenseMIT

Advent of Code 2023

My solutions for Advent of Code 2023, written in Rust.

Running

This project uses cargo-aoc by @gobanos.

To run the solution for a specific day (e.g. day 1):

$ cargo aoc -d 1

To run all solutions:

$ cargo run