Skip to content

Mathieu Brujan's solutions for the Advent of Code 2022.

Notifications You must be signed in to change notification settings

Tomeiru/advent-of-code-2022

Repository files navigation

Advent of Code 2022

This repository contains all my solutions for the Advent of Code 2022.

Usage

  • Create a "build" folder and change directory to it
    mkdir build/ && cd build/
  • Call the CMakeLists.txt placed at root of the repository
    cmake ..
  • Compile the project with the Makefile generated
    make
  • Launch the generated binary
    ./advent-of-code

About

Mathieu Brujan's solutions for the Advent of Code 2022.

Resources

Stars

Watchers

Forks