Skip to content

Instantly share code, notes, and snippets.

@nchapon
Created November 1, 2011 20:52
Show Gist options
  • Save nchapon/1331864 to your computer and use it in GitHub Desktop.
Save nchapon/1331864 to your computer and use it in GitHub Desktop.
;; nchapon's solution to Nth Element
;; https://4clojure.com/problem/21
#(get (vec %) %2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment