advent of code 2022 day 1

This commit is contained in:
Jos van Goor 2022-12-01 13:14:15 +01:00
parent a926f747c8
commit 8db2505049
5 changed files with 2324 additions and 1 deletions

View file

@ -1 +1,2 @@
# puzzles
# Solutions to puzzles
single files are compile with `g++ -ggdb -Wall -pedantic -std=c++20 -DFMT_HEADER_ONLY`