/advent2020

Solutions to Advent of Code 2020 in Rust

Primary LanguageRustMIT LicenseMIT

Making havy use of the Nom parser combinator library to do all the input parsing.

Run with e.g. cargo run 4a. To use with demo input, use cargo run 4a demo.