Skip to content

kirkedev/aocpp16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to Advent of Code 2016 problems in C++, using the range-v3 library.

This is mainly to familiarize myself in preparation for Advent of Code 2017. Those solutions will be published here as I do them.

Setup

git submodule update --init
cmake .
make all test

Releases

No releases published

Packages

No packages published