crsanti / advent-of-code-rust-2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Rust edition

Create example

There is a scaffold script you can use to generate new days

$ ./bin/scaffold 1

Running a day

Running both parts

$ cargo day 01

Running specific part

$ cargo day 01 1

Running with release target

$ cargo rday 01

It also support specific part

About


Languages

Language:Rust 96.0%Language:Shell 4.0%