Advent of Code 2018 Solutions to Advent of Code 2018 in Rust. See: http://adventofcode.com/2018/ To run solution for specific day: cargo run -- <day_number> To run tests for specific day: cargo test "day4"