Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xyproto/advent-of-code-2017

Advent Of Code 2017 in C++17
https://github.com/xyproto/advent-of-code-2017

advent advent-of-code advent-of-code-2017 cpp17

Last synced: 4 days ago
JSON representation

Advent Of Code 2017 in C++17

Awesome Lists containing this project

README

        

# Advent of Code 2017

Solutions for Advent of Code 2017 in C++17.

The solution with the highest number is work in progress.

## Requirements

* g++ (GCC) 7 or later (or clang for `make clang`)
* [sakemake](https://github.com/xyproto/sakemake)

## Build

sm

## Build and run tests

sm test

## Clean

sm clean

## General info

* License: MIT