Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 453 Bytes

AoC 2020

Solutions for the Advent of Code 2020 problems go here.

I'm using Rust this year, as a way to brush up on the language and use it for more than just a random toy once in a while. Learning the more common data manipulation methods will help in building out further projects later.

The codebase makes liberal use of the cargo-aoc crate and Cargo runtime for running the input and problem samples.