This repository contains my solutions for the Advent of Code 2022 challenge, written in C++. Advent of Code is an annual event where participants solve daily programming puzzles in the weeks leading up to Christmas.
To run the solutions, you will need a C++ compiler installed on your machine. I recommend using gcc or clang.