Skip to content

Commit

Permalink
Analyze all the NFC East teams.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinsley committed Jan 6, 2013
1 parent cec0d32 commit 7f971f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NFLRanking/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ static void Main() {
AnalyzeTeam(teamManager.GetTeam("NY Giants"));
Console.WriteLine();
AnalyzeTeam(teamManager.GetTeam("Washington"));
Console.WriteLine();
AnalyzeTeam(teamManager.GetTeam("Dallas"));
Console.WriteLine();
AnalyzeTeam(teamManager.GetTeam("Philadelphia"));
}

private static void ListTeams(ITeamManager teamManager) {
Expand Down

0 comments on commit 7f971f0

Please sign in to comment.