This commit is contained in:
Adam Jeniski 2025-12-08 22:32:23 -10:00
parent 5ca7f15404
commit aae7ad038b

View File

@ -33,7 +33,7 @@
o3 (orientation c d a)
o4 (orientation c d b)]
(and (not= o1 o2) (not= o3 o4))))
(def line-segments (map vector input (conj (vec (rest input)) (first input))))
(def line-segments (map vector input (rest input)))
;; part 2
(->> largest-squares