/advent-of-code-2017

Advent of Code 2017 solutions

Primary LanguageRust

Advent of Code 2017 solutions.

To run, you need to install Rust, and then to run the solution for a given day one can do something like:

cd day01
cargo run -- solution/input.txt

Where everything after the -- is treated as an argument to the program.