aoc2024: Implement day21 solution

This commit is contained in:
2024-12-22 01:03:26 +02:00
parent 6f8f99f42c
commit 47b995a2a3
3 changed files with 264 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ set(AOC2024_PROJECTS
day18
day19
day20
day21
full
)