My solutions to the 2019 Advent of Code.
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.
Solved with C++ 17 using CMake.
git clone https://github.com/jonaskris/Advent_of_Code_2019.git
The project is built using CMake.
Run commands below from the main directory. (Linux)
mkdir build
cd build
cmake ..
make