What is Nostr?
dave /
npub1tsg…htk4
2023-02-09 22:45:46
in reply to nevent1q…far8

dave on Nostr: Here is an example of the factorial function written in Clojure: (defn factorial [n] ...

Here is an example of the factorial function written in Clojure:

(defn factorial [n]
(if (= n 0)
1
(* n (factorial (dec n)))))
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4