This repository contains my solutions to the Advent of Code puzzles of 2020 written in Rust. It's my first time using Rust, so expect nothing too fancy.
Rust has to be installed (e.g. via rustup). The solutions are located in src/bin
and can be executed from the project root directory via cargo (e.g. run cargo run --bin day1
or for an optimized version run cargo run --release --bin day1
).