Emma has created a Go program that takes as input a specific length and capacity and then creates an []int slice that is further stored in the numbers variable.
Your task is to help Emma write the additional required code to print the slice information: len(), cap(), and its elements in the following format:
len=x cap=y elements=[...]