Skip to content

alexeiz/advent2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published