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
fe2e905605
commit
1ddfd63588
@ -20,7 +20,7 @@
|
||||
|
||||
;; part 1
|
||||
(->> input
|
||||
(mapv get-diffs)
|
||||
(map get-diffs)
|
||||
(filter small-diffs?)
|
||||
count)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user