Skip to content

Instantly share code, notes, and snippets.

@barkanido
Last active December 26, 2019 04:38
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 barkanido/e14b99aa5d7e64d305f10385a8075222 to your computer and use it in GitHub Desktop.
Save barkanido/e14b99aa5d7e64d305f10385a8075222 to your computer and use it in GitHub Desktop.
a simple clojure function
(defn foo [a b]
(let [x (+ a b)]
x))
(def result (foo 3 4))
result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment