AOC2023: Implement day23 part1

My day22 implementation is off by couple of bricks...
This commit is contained in:
2023-12-26 00:56:35 +02:00
parent 861bf27e96
commit 910a57089b
4 changed files with 182 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ set(AOC2023_PROJECTS
day19
day20
day21
day23
full
)