Skip to content

Instantly share code, notes, and snippets.

@renanreismartins
Created September 9, 2014 22:55
Show Gist options
  • Save renanreismartins/013683969026850ae08f to your computer and use it in GitHub Desktop.
Save renanreismartins/013683969026850ae08f to your computer and use it in GitHub Desktop.
(def fac (fn [n] (apply * (range 1 (+ n 1) ))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment