fork(1) download
  1. x <- 1:1000
  2. x <- x[x %% 3 == 0 || x %% 5 == 0]
  3. x
Success #stdin #stdout 0.29s 22832KB
stdin
Standard input is empty
stdout
integer(0)