Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/shout.clj Secret

Created April 6, 2014 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a08eefaaf162fac167a3 to your computer and use it in GitHub Desktop.
Save anonymous/a08eefaaf162fac167a3 to your computer and use it in GitHub Desktop.
(defn shout-it-out [message]
(str message))
(defn friends-reply [greet reply]
(str reply greet))
(friends-reply (greet "hey!") "Hey guy...")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment