Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xyproto/advent-of-code-2017
- Owner: xyproto
- License: mit
- Created: 2017-12-06T10:27:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T11:47:32.000Z (about 6 years ago)
- Last Synced: 2024-12-07T01:16:42.536Z (about 1 month ago)
- Topics: advent, advent-of-code, advent-of-code-2017, cpp17
- Language: C++
- Homepage: https://adventofcode.com/
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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