My solutions to the advent of code puzzles in Rust.
Each problem has it's own directory within which the README explains the problem while the INPUT represents my given input set.
Each solution can be run using Rust 1.30 and above in the following manner:
cd day_x
cargo run < INPUT
All code in this repository is licensed under the GPLv3. The full license can be found in the LICENSE file. But, in short, this software comes with absolutely no warranty of any form and can be redistributed and modified under certain conditions.