Below you will see an implementation of the Team and FootballPlayer structs. Please write the additional code required to add Team as a nested struct of the FootballPlayer struct.
Take notice that to solve this task, you don't need to write or modify any code within the main function.