/advent-of-code-2023-rust

https://adventofcode.com/2023

Primary LanguageRust

Advent of Code 2023 (in Rust)

https://adventofcode.com/2023

Run the scripts with:

// cargo run --bin [filename]
cargo run --bin day1-part1

The last output in the terminal is the answer.