Home

Awesome

Visitors

AoC 2023

Welcome to my Advent of Code 2023 repository! The solutions are written in C++23 using Meson as build system. The solutions aren't optimized for speed, more for readability.

Running the solutions

For running the code you need meson and a C++23 std compatible compiler (e.g. GCC)

Then you can use meson to compile and than execute the solutions

meson setup build
meson compile -C build
./build/aoc 01 -- or 02 etc.

Features

Preview

Preview of the cli

<!--- advent_readme_stars table --->

2023 Results

DayPart 1Part 2
Day 1
Day 2
Day 3
Day 4
Day 5
Day 6
Day 7
Day 8
Day 9
Day 10
<!--- advent_readme_stars table --->