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

https://github.com/jibsen/aocpp2019

Advent of Code 2019 solutions in C++17
https://github.com/jibsen/aocpp2019

advent-of-code-2019 cpp

Last synced: 7 months ago
JSON representation

Advent of Code 2019 solutions in C++17

Awesome Lists containing this project

README

          

Advent of Code 2019
===================

This is the C++17 code I wrote for [Advent of Code 2019][AoC2019].

Some of the programs expect input on stdin, some take the input filename as
a command-line parameter.

Disclaimer: These were written to solve the problem of the day, so do not
expect beautiful code.

[AoC2019]: https://adventofcode.com/2019/