This repo contains my solutions of Advent Of Code 2023 written in Rust: https://adventofcode.com/2023
The workspace containst Cargo packages, that contain solutions for each day. To run solution for given day use:
cargo run -bin [solution_name]
f.ex
cargo run --bin d1