/aoc_2023

solving advent of code puzzles in rust

Primary LanguageRust

# advent of code 2023 in rust
# run using examples

# test against "examples" of each day
cargo test

# intended to have the input file saved:
# "/inputs/dXX.txt"

cargo run --example d1