fix aoc zip type error

This commit is contained in:
2022-05-09 15:41:57 -04:00
parent e861e7f18d
commit a825b7b499

View File

@@ -22,7 +22,7 @@
(for x (inclusiveRange line.x1 line.x2) [x line.y1]))
// Diagonal lines:
(part2
(zipThrow (inclusiveRange line.x1 line.x2) (inclusiveRange line.y1 line.y2)))
(cast (zipThrow (inclusiveRange line.x1 line.x2) (inclusiveRange line.y1 line.y2))))
(true
[])))