My solutions for Advent of Code 2019 in Rust.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. Learn more
Each day-*
directory has a Cargo project with my solution to both parts of the problem.
With Rust installed the solutions can be run with cargo run
in each day's directory.