Skip to content

LukasWikander/advent-of-code-2022

Repository files navigation

Advent of Code 2022

Solutions to the 2022 Advent of Code.

Build instructions

To build the project follow the below steps:

git clone git@github.com:LukasWikander/advent-of-code-2022.git
cd advent-of-code-2022
mkdir build
cd build
cmake ..
make

Running the solutions

After building according to the above procedure, the binaries can be found in the build directory and run e.g. by calling

./day1 day1input.txt