package jogo_de_futebol; public class Pessoa { String nome; Pessoa(){ } }