#254
functions-8
 

Difficulty:Basic
Topics:functions


Higher-order functions take function arguments
test not run
(= 25 (__
           (fn [n] (* n n))))


Code which fills in the blank: