ST
как это решать — на усмотрение автора
Size: a a a
ST
KC
KC
ST
KC
KC
ST
ST
KC
ST
KC
OR
(def output-strings
(mapcat
(fn [{:keys [base currencies]}]
(conj
(->> currencies
(filter (fn [{currency :name}]
(if-not (contains? currency-map (keyword currency))
(prn (str "OMAGAD, NO " currency))
currency)))
(map #(format-rate (assoc % :base base))))
"---------------------"))
config))
OR
ST
(def output-strings
(mapcat
(fn [{:keys [base currencies]}]
(conj
(->> currencies
(filter (fn [{currency :name}]
(if-not (contains? currency-map (keyword currency))
(prn (str "OMAGAD, NO " currency))
currency)))
(map #(format-rate (assoc % :base base))))
"---------------------"))
config))
OR
OR
OR
ST
OR
ST