Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 259 Bytes

2019

Starting from day 7, solutions can be run with:

cargo run --example=<day>-<part>

For example, for day 14 part 2:

cargo run --example=14-2

The test.sh script can be used to check formatting and that all solutions build.