Advent of Code 2020 - My solutions using C++
| .vscode | ||
| app | ||
| lib | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
Advent of Code 2020
Advent of Code 2020 - My solutions using C++
Interrested in my solutions from last year? You can find them here!
Compilation
- Create a
buildfolder in the root of the project. cdinto thebuildfolder.- Run
cmake ..with your favorite arguments or use a program likecmake-guion Windows orccmakeon Linux. - To build the program, run
cmake --build <path_to_build_folder>. (e.g. from the root of the project runcmake --build build) - The resulting binary will be in the
binfolder. - WSL specific problem: To fix
clock skewedwarning, executesudo hwclock -s, that should fix it for a while.
Other awesome solutions!
- derNiklaas is using
Java! - LeMoonStar is using
C++! - networkException is using
TypeScriptwithNode! - TrojanerHD is using
TypeScriptwithDeno! - daanbreur is using
python! - 1Turtle is using
C++! - syncopsta is using
python! - joblo2213 is using
Java! - Schlauer-Hax is using
Java! - Gewi413 is using
Kotlin! - voruti is using
Java! - noeppi-noeppi is using
a different programming language every day!