sigman78 / advent2018cpp

Advent of code 2018 with range-v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of code 2018 with range-v3

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 65.9%Language:CMake 34.1%