Skip to content

Latest commit

 

History

History

2015-rs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2015

How to run, using day 1 as an example:

$ cargo run --bin d01

Adding a new day:

$ cargo new days/d31