Given a list of integers, return the maximum product that can be obtained by multiplying any three integers from the list.
[1, 2, 3, 4, 5]
60
Bot