Skip to content

Instantly share code, notes, and snippets.

@twopoint718
Created July 12, 2009 03:40
Show Gist options
  • Select an option

  • Save twopoint718/145507 to your computer and use it in GitHub Desktop.

Select an option

Save twopoint718/145507 to your computer and use it in GitHub Desktop.
(defn thanks [name reason]
(println (format "Hey %s, thanks for %s!" name reason)))
(thanks "Posterous" "github gist auto-expands")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment