Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 311 Bytes

File metadata and controls

14 lines (10 loc) · 311 Bytes

Solutions for advent of code 2023 https://adventofcode.com/

put puzzle input into /input/day_{day}_{part}.txt

Run release version day, part with: cargo run -r -- -d {day} -p {part}

test for spesific days can be done with cargo test day{0}

For benching run cargo bench atm no easy day selection is available