https://github.com/jibsen/aocpp2018
Advent of Code 2018 solutions in C++17
https://github.com/jibsen/aocpp2018
advent-of-code-2018 cpp
Last synced: about 1 year ago
JSON representation
Advent of Code 2018 solutions in C++17
- Host: GitHub
- URL: https://github.com/jibsen/aocpp2018
- Owner: jibsen
- License: mit
- Created: 2020-01-08T08:21:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T14:49:25.000Z (over 6 years ago)
- Last Synced: 2023-08-03T12:20:49.249Z (almost 3 years ago)
- Topics: advent-of-code-2018, cpp
- Language: C++
- Size: 163 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 2018
===================
This is the C++17 code I wrote for [Advent of Code 2018][AoC2018].
Doing AoC for the first time in 2019, I had so much fun I decided to go back
and try some of the earlier years.
Disclaimer: These were written to solve the problem of the day, so do not
expect beautiful code.
[AoC2018]: https://adventofcode.com/2018/