clojure-hackos.extra-long-factorials
Solution to the Extra Long Factorials challenge. See: https://www.hackerrank.com/challenges/extra-long-factorials
n!
(n! n)
Returns the factorial of n
.
Note You must return a string to stop the N
postfix from being printed; HackerRank is fussy about output format!