Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 291 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 291 Bytes

AoC2023

Advent of Code 2023 is a fun little daily programming puzzle. For this year I threw together answers in C++.

Each day's puzzle is in that directory. They're just single files, so build them with:

c++ -Wall -O3 -std=c++20 -o dayNN dayNN.cpp