Skip to content

Latest commit

Β 

History

History
20 lines (15 loc) Β· 519 Bytes

README.md

File metadata and controls

20 lines (15 loc) Β· 519 Bytes

AOC Rust

test

πŸŽ„ Advent of Code solution in Rust.

πŸƒβ€β™‚οΈ Run

cp DayXX-Input.txt inputs/XXXX/dayxx.txt    # example: day01.txt

cargo run -- --day xx

πŸ‘· Tests

cargo test --workspace

🧩 Solutions 2024

Day Puzzle Part 1 Part 2 Solution