#280
runtime-polymorphism-0
 

Difficulty:Basic
Topics:polymorphism


Some functions can be used in different ways - with no arguments
test not run
(let [hello (fn ([] "Hello World!"))]
      (= __ (hello)))


Code which fills in the blank: