#215
vectors-0
 

Difficulty:Basic
Topics:vectors


You can use vectors in clojure as array-like structures
test not run
(= __ (count [42]))


Code which fills in the blank: