Search results

  1. QuantNet Coding Project

    Here's 1 in Haskell Prelude> sum [x | x<-[1..999], x `mod` 3 ==0 || x `mod` 5 ==0] 233168
Back
Top