Skip to content

Commit

Permalink
Add greeting.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
cndreisbach committed Jul 17, 2012
1 parent 102f0c5 commit 5ac233f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tutorial/greeting.clj
@@ -0,0 +1,4 @@
(ns tutorial.greeting)

(defn messenger [greeting who]
(str greeting ", " who "!"))

0 comments on commit 5ac233f

Please sign in to comment.