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
- Host: GitHub
- URL: https://github.com/jibsen/aocpp2019
- Owner: jibsen
- License: mit
- Created: 2019-12-29T21:47:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T22:27:46.000Z (almost 6 years ago)
- Last Synced: 2023-08-03T12:20:49.893Z (about 2 years ago)
- Topics: advent-of-code-2019, cpp
- Language: C++
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/