Skip to content

My solutions to the 2019 Advent of Code. Solved with C++ 17 using CMake.

Notifications You must be signed in to change notification settings

jonaskris/Advent_of_Code_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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	

About

My solutions to the 2019 Advent of Code. Solved with C++ 17 using CMake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published