ADVENT OF CODE 2024 SOLUTIONS By: Raymond Dolan
These are my solutions to this year's advent of code, written in rust!
To run this against an input, add a file with name day<num>.txt to the inputs directory.
Then run with the command
cargo run --bin day<num>
Thanks! :)