fork download
  1. c(c(1,2),c(5,6),c(3,4))
Success #stdin #stdout 0.3s 22832KB
stdin
Standard input is empty
stdout
[1] 1 2 5 6 3 4