/advent-of-code-2019

My solutions for Advent of Code 2019

Primary LanguageRustMIT LicenseMIT

Advent of Code 2019

My solutions for Advent of Code 2019, written in Rust.

Running

Each day's solution is a separate bin target in src/bin.

For example, to run the solution for day 1:

$ cargo run --bin day1