Skip to content

IpFruion/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Rust impl for advent-of-code

To Run Tests

For specific years do

This will run the test for the day and part and output my answer cargo test --package advent-of-code-<Year> day_<Day>_pt_<Part> -- --nocapture