Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 270 Bytes

Advent of code

Test (needs personal inputs):

cargo test

Build:

cargo build --release

Run individual day:

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

Run all days with benchmarks (needs personal inputs):

./run_all_2020.sh