The provided solutions for the 2024 edition of Advent of Code are implemented in Rust.
cargo run -- --day N --input-folder <some_folder>
The program will look for a text file named dayXX.txt
, where XX
is the day
number led by 0
for days < 9
, within the provided <input_folder>
and use
it as input file.
cargo test