aoc2024: Implement day8 solution
I did not feel like optimizing this one, so its a O(n^2) looking over every cell in the grid. Performs way faster than my optimized day6 solution tho :DD
This commit is contained in:
@@ -6,6 +6,7 @@ set(AOC2024_PROJECTS
|
||||
day5
|
||||
day6
|
||||
day7
|
||||
day8
|
||||
full
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user