AdventOfCode2020

https://adventofcode.com/ 2020

Uses C++20 features. Tested with clang 11, gcc 10.1, conan 1.31.0, cmake 3.19.1.

compile and run

clang build script

./build.sh -DCMAKE_BUILD_TYPE=Release 

gcc build script

./build_gcc.sh -DCMAKE_BUILD_TYPE=Release