#16
Hello World
 

Difficulty:Elementary
Topics:


Write a function which returns a personalized greeting.
test not run
(= (__ "Dave") "Hello, Dave!")
test not run
(= (__ "Jenn") "Hello, Jenn!")
test not run
(= (__ "Rhea") "Hello, Rhea!")


Code which fills in the blank: