/rust-advent-of-code-2017

Rust solutions to Advent of Code 2017

Primary LanguageRust

Solutions to Advent of Code 2017 in Rust

Find puzzles here: http://adventofcode.com/2017

Usage:

Run all days:

cargo run --release --

Run only Day 13:

cargo run --release -- day13