Martinif / adventofcode2023

Advent of Code 2023 in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 tests cargo test --bin dayxx
Build: cargo build --release --bin dayxx
Run: cargo run --release --bin dayxx

About

Advent of Code 2023 in Rust


Languages

Language:Rust 100.0%