Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
This repository has my solutions for Advent of Code 2020, in Rust 🦀. I also blog about my learnings while solving these puzzles here.
If you'd like to run the code, do:
# where `<number>` represents the days 01 - 30.
cargo run --bin day-<number> inputs/day-<number>.txt