fork download
  1. (print (map 'vector #'* #(1 2 3) #(2 2 3) ))
Success #stdin #stdout 0.02s 10584KB
stdin
Standard input is empty
stdout
#(2 4 9)