Skip to content

Instantly share code, notes, and snippets.

@pbostrom
Created February 14, 2013 20:45
Show Gist options
  • Save pbostrom/4956250 to your computer and use it in GitHub Desktop.
Save pbostrom/4956250 to your computer and use it in GitHub Desktop.
(defn hello [x]
(println "Hello" x))
(hello "name")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment