Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created June 10, 2010 16:05
Show Gist options
  • Save bhenry/433212 to your computer and use it in GitHub Desktop.
Save bhenry/433212 to your computer and use it in GitHub Desktop.
(defn pow [x y]
(apply * (repeat y x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment