https://github.com/jibsen/aocpp2017
Advent of Code 2017 solutions in C++20
https://github.com/jibsen/aocpp2017
advent-of-code-2017 cpp
Last synced: 9 months ago
JSON representation
Advent of Code 2017 solutions in C++20
- Host: GitHub
- URL: https://github.com/jibsen/aocpp2017
- Owner: jibsen
- License: mit
- Created: 2022-01-28T08:25:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T08:09:46.000Z (over 4 years ago)
- Last Synced: 2025-06-23T11:51:18.485Z (about 1 year ago)
- Topics: advent-of-code-2017, cpp
- Language: C++
- Homepage:
- Size: 38.1 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
===================
This is the C++ code I wrote for [Advent of Code 2017][AoC2017].
Some of the programs expect input on stdin, some may 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.
[AoC2017]: https://adventofcode.com/2017/