Compare commits
No commits in common. "05819824b2db99da1ffed691a0b6ea76200b64cb" and "ffc50f83a3b14d3a30cf26e51fad70f2addc884c" have entirely different histories.
05819824b2
...
ffc50f83a3
2 changed files with 8 additions and 13 deletions
|
@ -135,11 +135,6 @@ namespace BunyMuny {
|
|||
Console.WriteLine(statement);
|
||||
}
|
||||
|
||||
if (statements.Count == 0) {
|
||||
Console.WriteLine("No statements found.");
|
||||
return 2;
|
||||
}
|
||||
|
||||
Console.WriteLine("Summary:");
|
||||
Console.WriteLine("==================");
|
||||
var summaries = statements.GroupBy(s => s.Category). // group statements by category
|
||||
|
|
Loading…
Reference in a new issue