jibsen / aocpp2020

Advent of Code 2020 solutions in C++20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

This is the C++ code I wrote for Advent of Code 2020.

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.

About

Advent of Code 2020 solutions in C++20

License:MIT License


Languages

Language:C++ 100.0%