Skip to content

Instantly share code, notes, and snippets.

@mblair
Created May 28, 2012 07:51
Show Gist options
  • Save mblair/2817916 to your computer and use it in GitHub Desktop.
Save mblair/2817916 to your computer and use it in GitHub Desktop.
The beginning.
(defn hello
"Returns greeting that includes name"
[name]
(str "Hello, " name))
(hello "matt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment