https://github.com/jibsen/aocpp2020
Advent of Code 2020 solutions in C++20
https://github.com/jibsen/aocpp2020
advent-of-code-2020 cpp
Last synced: 11 months ago
JSON representation
Advent of Code 2020 solutions in C++20
- Host: GitHub
- URL: https://github.com/jibsen/aocpp2020
- Owner: jibsen
- License: mit
- Created: 2021-12-28T14:02:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T07:05:14.000Z (over 4 years ago)
- Last Synced: 2023-08-03T12:20:50.480Z (almost 3 years ago)
- Topics: advent-of-code-2020, 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 2020
===================
This is the C++ code I wrote for [Advent of Code 2020][AoC2020].
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.
[AoC2020]: https://adventofcode.com/2020/