Skip to content

Instantly share code, notes, and snippets.

Created June 1, 2011 12:06
Show Gist options
  • Save anonymous/1002175 to your computer and use it in GitHub Desktop.
Save anonymous/1002175 to your computer and use it in GitHub Desktop.
;; pepijndevos's solution to Least Common Multiple
;; https://4clojure.com/problem/100
#(reduce(fn[n r](* r(numerator(/ n r))))%&)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment