#298
creating-functions-3
 

Difficulty:Basic
Topics:functions


Don't forget: first things first
test not run
(= [:a :b __]
  (let [ab-adder (partial concat [:a :b])]
    (ab-adder [__])))


Code which fills in the blank: