/advent-of-code-2023

Solutions to Advent of Code 2023 puzzles https://adventofcode.com/2023

Primary LanguageRust

Advent of Code 2023

Prerequisites

Setup

asdf install

Running

# substitute `XX` with zero-padded day number
cargo run -p day_XX --bin day_XX -- ./day_XX/input.txt

Testing

cargo test

Adding new package

cargo new --lib day_XX