Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 653 Bytes

File metadata and controls

23 lines (18 loc) · 653 Bytes

Advent Of Code '24

This time, we're solving it in Rust...

I don't really know what I'm doing but hopefully by Christmas I'll have half of a clue!

Instructions

I'm using the cargo-aoc CLI tool and associated runner and macros. To run the code, use the following commands:

cargo install cargo-aoc
cargo aoc credentials {token}
cargo aoc input
cargo aoc

Benchmarking

I'm participating in the codspeed AOC challenge (link). I'm using both the cargo-aoc bench command, as well as flamegraph-rs to benchmark my code!