mirror of
https://github.com/Ajetski/advent-of-code.git
synced 2025-09-30 09:23:17 -09:00
fix comment
This commit is contained in:
parent
720d668620
commit
e922e14436
@ -5,7 +5,7 @@
|
||||
|
||||
(def input (get-puzzle-input 6))
|
||||
|
||||
(defn solve [num-str-lists] ; takes a list of list of nums-string representing time and distance
|
||||
(defn solve [num-str-lists] ; takes a list of list of number-strings representing time and distance
|
||||
(->> (map (partial map #(Long/parseLong %)) num-str-lists)
|
||||
(apply zipmap)
|
||||
(map (fn [[ms record]] (->> (range 1 ms)
|
||||
|
Loading…
x
Reference in New Issue
Block a user