My solutions for Advent of Code.
I try to have all the code for each day in the file provided and not use any helper files. Note: The code represented here is nowhere near production-ready.
I tried to use modern C++ feature up to C++23
Learning golang