/advent2018cpp

Advent of code 2018 with range-v3

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

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