/advent-of-code-2022

Advent of Code 2022

Primary LanguageC++

Advent of Code 2022

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__