#228
sets-3
 

Difficulty:Basic
Topics:sets


You can ask clojure for the union of two sets
test not run
(= __ (clojure.set/union #{1 4 3 2} #{3 2 5}))


Code which fills in the blank: