Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 508 Bytes

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.

Cloning

git clone https://github.com/jonaskris/Advent_of_Code_2019.git

Building

The project is built using CMake.

Run commands below from the main directory. (Linux)

mkdir build 
cd build 
cmake .. 
make