My solutions for Advent of Code 2022, written in Rust.
This project uses cargo-aoc by @gobanos.
To run the solution for a specific day (e.g. day 1):
$ cargo aoc -d 1
To run all solutions:
$ cargo run
My solutions for Advent of Code 2022, written in Rust.
This project uses cargo-aoc by @gobanos.
To run the solution for a specific day (e.g. day 1):
$ cargo aoc -d 1
To run all solutions:
$ cargo run