/aoc-2022

Advent of Code 2022

Primary LanguageC++

Advent of Code 2022

My solution to the advent of code problems.

2021 solutions

Usage

$ meson setup build
$ ninja -C build
$ ./build/01