/advent-of-code-2020

https://adventofcode.com/

Primary LanguageC++

Advent of Code 2020

Just for fun, resolution in C++ of the exercises proposed in the Advent of Code challenge

Compilation

Compile using C++11:

g++ -std=c++11 day__xx__.cpp -o day__xx__