Tom-Willemsen/AdventOfCode_2019
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
### Advent of code Build: ``` cargo test cargo build --release ``` Run individual day: ``` ./target/release/2019_01 --input inputs/real/2019_01 ``` Run all days with benchmarks: ``` ./run_all_2019.sh ```