Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 399 Bytes

aoc2024

Solutions to Advent of Code 2024 in Rust.

Tip

The standard cargo run command will build and run an unoptimized debug build. If you want to test how fast the solution is, you should create a release build and run that.

cargo build --release
time target/release/aoc2024 <day>