mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 13:03:19 -09:00
prefer lazy seq
This commit is contained in:
parent
3e35bcad4a
commit
fe2e905605
@ -21,7 +21,7 @@
|
|||||||
;; part 1
|
;; part 1
|
||||||
(->> input
|
(->> input
|
||||||
(mapv get-diffs)
|
(mapv get-diffs)
|
||||||
(filterv small-diffs?)
|
(filter small-diffs?)
|
||||||
count)
|
count)
|
||||||
|
|
||||||
;; part 2
|
;; part 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user