Advent of Code 2024 problems solved with C++ and Typescript.
- build:
cmake -B build && cmake --build build
- run:
./build/src/main <data_folder>
NB: Refer to data/00/
as a template for directories structure for input and solution data, i.e. day 1 one should be located in <data_folder>/01/