Skip to content

magikid/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.