fork download
  1. p (1...1000).select{|x| x % 3 == 0 || x % 5 == 0}.inject(:+)
Success #stdin #stdout 0.01s 7456KB
stdin
Standard input is empty
stdout
233168