/AoC-2022

Advent Of Code 2022 in C++11

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Advent of Code 2022

run and test:

mkdir build && cd build
cmake .. && make
./dayXX/dayXX ../dayXX/input.txt

build-aoc