This repository contains my attempts at the Advent of Code 2020 challenges. I am completing these challenges while:
- Learning Rust
- Organizing the code to allow for unit testing/benchmarking
- Replacing loops with iterators and their higher-order FPP functions
-
Clone this repository and
cd
to it -
Run all tests:
cargo test
-
Run binary for a specific day (
day_04
in this example):cargo run --bin=day_04