Append the sl2 slice to sl1, then return the resulting slice from the solve function.
This problem uses the
reflect package to check if you properly appended the sl2 slice to the sl1 slice. However, don't be scared! to solve this task, it is not necessary for you to know how the reflect package works.