Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Last active June 24, 2016 13:36
Embed
What would you like to do?
public class Team
{
private String name;
public Team(String teamName){
this.name=teamName;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment