Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created August 26, 2013 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anildigital/5035a058027e878fe3d6 to your computer and use it in GitHub Desktop.
Save anildigital/5035a058027e878fe3d6 to your computer and use it in GitHub Desktop.
(defn multiply_two
[n1 n2]
(seq (map #(Integer/parseInt %) (map str (seq (str(* n1 n2)))) )))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment