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
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