my Goal is to create a recursive Function to checks if a list contains the sum of an integer:
sum_possible([1,2,3,4,5],12)
should return [1,2