Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 863 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 863 Bytes



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.

Running it locally

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