My solutions for Advent of Code 2024
Go to file
2024-12-22 05:49:01 +05:30
src remove unnecessary writes 2024-12-22 05:49:01 +05:30
.gitignore added solutions until day 15 2024-12-15 16:03:42 +05:30
Cargo.lock added solutions until day 15 2024-12-15 16:03:42 +05:30
Cargo.toml added day 17/18 2024-12-18 17:50:54 +05:30
README.md added solutions until day 15 2024-12-15 16:03:42 +05:30

AOC 2024

My solutions for Advent of Code 2024!

How to run?

Run cargo r --release --bin d1-1 to run day 1 part 1.