Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active April 30, 2017 10:53
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 deque-blog/7222a8d8bce5fe0a83da4fd79c421ed5 to your computer and use it in GitHub Desktop.
Save deque-blog/7222a8d8bce5fe0a83da4fd79c421ed5 to your computer and use it in GitHub Desktop.
(defn add-broken
[a b]
(+ 1 a b))
(add-broken 1 2)
=> 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment