/advent-of-code

My solutions for Advent of Code

Primary LanguageC++

Advent of Code 2023

Info and problems are available at https://adventofcode.com/2023

Overview

Each day's solutions are in a subdirectory, 2023/01, 2023/02, etc.

Solutions are C++. Compile with:

g++ main.cpp -std=c++17

Run:

./a.out