/advent-of-code-2022

My solutions for Advent of Code 2022

Primary LanguageRustMIT LicenseMIT

Advent of Code 2022

My solutions for Advent of Code 2022, written in Rust.

Running

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