/aoc2023

Advent of Code 2023 solutions.

Primary LanguageRust

Advent of Code 2023

My solutions for Advent of Code 2023. Using Rust for the learning opportunity.

rustc day01.rs && ./day01 < input

To run tests:

rustc --test day01.rs && ./day01