8 lines
318 B
Markdown
8 lines
318 B
Markdown
# [Day 8: Resonant Collinearity](https://adventofcode.com/2024/day/8)
|
|
|
|
Part 1 is:
|
|
* less than 298
|
|
|
|
This is not a fully generic solution as, in a situation where the differences between x and y dimensions of pairs of coordinates are not coprime, this implementation would skip steps.
|
|
|
|
Visualisation exists as `out.mp4`
|