moormaster / adventofcode-2023

AdventOfCode 2023 solution attempts written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCode 2023

Attempts of solving AdventOfCode 2023 puzzles in rust

Run test cases

cargo test

Run test case for <DAY>

cargo test --bin day<two-digit-day>

cargo test --bin day01

Run solution for <DAY>

cargo run --bin day<two-digit-day>

Example:

cargo run --bin day01

About

AdventOfCode 2023 solution attempts written in rust


Languages

Language:Rust 100.0%