#281
runtime-polymorphism-1
 

Difficulty:Basic
Topics:polymorphism


With one argument
test not run
(let [hello (fn
                  ([] "Hello World!")
                  ([a] (str "Hello, you silly " a ".")))]
      (= __ (hello "world")))


Code which fills in the blank: