Skip to content

Instantly share code, notes, and snippets.

@giogonzo
Created December 29, 2015 20:44
Show Gist options
  • Save giogonzo/f29b155b68a4de9f67f8 to your computer and use it in GitHub Desktop.
Save giogonzo/f29b155b68a4de9f67f8 to your computer and use it in GitHub Desktop.
(defn find-single "you know" [xs] (reduce bit-xor xs))
;; example (find-single [1 2 5 5 2]) => 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment