jimmiebergmann / AdventOfCode2020

:santa: Advent of Code 2020 solutions :christmas_tree:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎅 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 .

About

:santa: Advent of Code 2020 solutions :christmas_tree:


Languages

Language:C++ 83.0%Language:CMake 17.0%