someoneinjd / AOC2023

Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

These solutions are implemented using C++23.

Compile && Run

cmake -DCMAKE_BUILD_TYPE=Release -G Ninja -B build/
cmake --build build --target day[01 | 02 | ...]
./build/day[01 | 02 | ...]

There are also some solutions writing in python for prototype validation in the python directory.

cd python
python3 day[09 | 10 | ...].py

About

Advent of Code 2023


Languages

Language:C++ 78.1%Language:Python 18.1%Language:CMake 3.8%