Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 245 Bytes

File metadata and controls

8 lines (6 loc) · 245 Bytes

advent-of-code-2019

https://adventofcode.com/2019

Tests

After cloning the repo, run the tests with cargo test.

Running a particular day

To run a particular day, use cargo run -- 2. If you don't specify a day, you'll get a panic.