Skip to content

Instantly share code, notes, and snippets.

@ikoblik
Created March 1, 2010 10:46
Show Gist options
  • Save ikoblik/318266 to your computer and use it in GitHub Desktop.
Save ikoblik/318266 to your computer and use it in GitHub Desktop.
(defn test [args]
(filter #(> % 5) args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment