Compare commits
2 commits
ffc50f83a3
...
05819824b2
Author | SHA1 | Date | |
---|---|---|---|
05819824b2 | |||
d91030d5ea |
2 changed files with 13 additions and 8 deletions
|
@ -135,6 +135,11 @@ 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