Skip to content

Instantly share code, notes, and snippets.

@lfranchi
Created October 10, 2012 21:45
Show Gist options
  • Save lfranchi/3868659 to your computer and use it in GitHub Desktop.
Save lfranchi/3868659 to your computer and use it in GitHub Desktop.
(defn ff [x y]
(vec (map #(Integer/parseInt (.toString %)) (Integer/toString (* x y)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment