Guest User

Untitled

a guest
Apr 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (reduce
  2. (fn [sum i] (+ sum i))
  3. 0
  4. (filter #(= 1 (mod % 2))
  5. (map
  6. #(count (.split % " "))
  7. (remove
  8. #(re-find #"^#" %)
  9. (.split text "\n")))))
Add Comment
Please, Sign In to add comment