livebook01 - [email protected] PE01 1..999 |> Enum.filter(&(rem(&1, 3) == 0 or rem(&1, 5) == 0)) |> Enum.reduce(fn x, acc -> acc + x end)