/AdventOfCode2020

:santa: Advent of Code 2020 solutions :christmas_tree:

Primary LanguageC++

🎅 Advent of Code 2020 🎄

Advent of Code 2020 C++17 solutions.

How to build

git clone https://github.com/jimmiebergmann/AdventOfCode2020.git
cd AdventOfCode2020
mkdir Build
cd Build
cmake ..
cmake --build .