BojanFaletic / AdventOfCode_2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2022

My solution to the puzzles.

How to run

For building using Cmake

$ mkdir build
$ cmake ..
$ make

About


Languages

Language:C++ 98.4%Language:CMake 1.6%