Skip to content

Instantly share code, notes, and snippets.

@skrat
Created July 28, 2016 16:51
Show Gist options
  • Save skrat/87772ed64610e7a79bb50b4eef0762e2 to your computer and use it in GitHub Desktop.
Save skrat/87772ed64610e7a79bb50b4eef0762e2 to your computer and use it in GitHub Desktop.
(print
(string/join
"\n" (->> (range 12)
(partition 3)
(map (fn [[a b c]] (str "xxx" a " " b " " c))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment