/AoC-2023

Advent Of Code 2022 in C++23

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

Advent of Code 2023

run and test:

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

build-aoc