An open API service indexing awesome lists of open source software.

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

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/