Skip to content

sigman78/advent2018cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2018 (with ranges)

https://adventofcode.com/

Lazy attempt to check out Erics' ranges-v3 library features.

Build instructions

Fairly standard CMake based setup. Note that the ranges library currently does not compile under MSVC.

mkdir build && cd build && cmake .. && cmake --build .

License: CC0 1.0 Universal