Given a list of integers, return the sum of all the elements that are multiples of 3 or 5.
[1, 2, 3, 4, 5, 6, 7, 8, 9]
23
Bot