format
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
|
||||
(def input (->> (get-input 1)
|
||||
(map (c/compose #(re-seq #"(\d+)\s+(\d+)" %)
|
||||
first rest ; only get match groups
|
||||
#(mapv parse-long %)))
|
||||
first rest ; only get match groups
|
||||
#(mapv parse-long %)))
|
||||
(into {})
|
||||
((juxt keys vals))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user