kenyontu / aoc-2023-rust

Advent of Code 2023 solutions in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code solutions in Rust

Place the input in a file named input.txt in the root directory and use the following command to run a specific day:

cargo run -p day-<xx>

# example:
cargo run -p day-01

About

Advent of Code 2023 solutions in Rust


Languages

Language:Rust 100.0%