summaryrefslogtreecommitdiff
path: root/src/day15.rs
AgeCommit message (Collapse)Author
2022-12-16Be less clever. Simply iterate through y valuesMartin Ashby
But instead of straightforwardly iterating x, jump to the end of the containing line segment to skip a lot of values Also then cheat :p
2022-12-16day15 pt1Martin Ashby