Exercises
Try to do the following exercises:
- Create a slice of structures using a structure that you created and sort the elements of the slice using a field from the structure.
- Use the empty interface and a function that allows you to differentiate between two different structures that you have created.