livebook01 - hvn@pymi.vn PE01 1..999 |> Enum.filter(&(rem(&1, 3) == 0 or rem(&1, 5) == 0)) |> Enum.reduce(fn x, acc -> acc + x end)