https://github.com/jibsen/aocpp2021
Advent of Code 2021 solutions in C++20
https://github.com/jibsen/aocpp2021
advent-of-code-2021 cpp
Last synced: 6 months ago
JSON representation
Advent of Code 2021 solutions in C++20
- Host: GitHub
- URL: https://github.com/jibsen/aocpp2021
- Owner: jibsen
- License: mit
- Created: 2021-12-08T09:08:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T08:13:09.000Z (almost 4 years ago)
- Last Synced: 2023-08-03T12:20:52.195Z (about 2 years ago)
- Topics: advent-of-code-2021, cpp
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Advent of Code 2021
===================This is the C++ code I wrote for [Advent of Code 2021][AoC2021].
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.[AoC2021]: https://adventofcode.com/2021/