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.