My solutions for Advent of Code 2020.
I am playing with Rust 🦀 these days so that is the language I will use for for this year's AOC 🎉
This is a library crate (no executable). Sample and puzzle input files are passed to tests directly.
Build project and run tests:
cargo test