Repo containing my solutions for the Advent of Code 2024 challenges.
Written in Rust.
Suppose you want to run day 3 part 1 solution.
You should download your input file and save it to inputs/day3.txt
.
Then you should run cargo run --release --bin d3p1
.