Skip to content

Lysander6/advent-of-code-2024

Repository files navigation

Advent of Code 2024

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