Write the code to declare a new variable named mySlice as a slice of any type you like.
This problem uses the
reflect package and the hidden function checkSolution() to check if you correctly declared the mySlice variable as a slice.