Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 384 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 384 Bytes

Advent of Code 2022

Configure and build

$ mkdir build
$ conan install . --output-folder=build --build=missing -s build_type=Debug

# make vscode configure automatically
$ code .

# or do it manually
$ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE --preset conan-debug .
$ cmake --build build

Run puzzle solvers

# day 1 puzzle 2
$ build/advent22 1.2