Skip to content

Tom-Willemsen/AdventOfCode_2024

Repository files navigation

Advent of code

Build:

cargo build --release

Unit tests (needs personal inputs):

cargo test

Run individual day:

./target/release/2024_01 --input inputs/real/2024_01

Run all days with hyperfine benchmarks (needs personal inputs):

./run_all_2024.sh

Run rust benchmarks (needs rust nightly & personal inputs):

cargo +nightly bench --features bench

About

Advent of Code 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published