Skip to content

Tom-Willemsen/AdventOfCode_2023

Repository files navigation

Advent of code

Build:

cargo build --release

Unit tests (needs personal inputs):

cargo test

Run individual day:

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

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

./run_all_2023.sh

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

cargo +nightly bench --features bench

About

Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published