/adventofcode-2020

Better late than never.

Primary LanguageRust

adventofcode-2020

Solving puzzles from yearly Advent of Code 2020 (https://adventofcode.com/2020/) in Rust.

How to build & run

cargo run --example <EXAMPLE_NAME>

Where example name is e.g. day25 (from examples dir)