Home

Awesome

Advent of Code 2023 in Rust

My solutions for the Advent of Code 2023 (adventofcode.com)

Structure

Each day gets a separate file in src/bin/dayxx.rs

Command
Run testscargo test --bin dayxx
Build:cargo build --release --bin dayxx
Run:cargo run --release --bin dayxx