Skip to content

Commit

Permalink
Enable ShowTotalElapsedTimePerDay in PoC project
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 19, 2023
1 parent b97e3ff commit e0fdac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AoCHelper.PoC/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
await Solver.SolveAll(options =>
{
options.ShowConstructorElapsedTime = true;
options.ShowTotalElapsedTimePerDay = true;
options.ShowOverallResults = true;
options.ClearConsole = false;
});

0 comments on commit e0fdac7

Please sign in to comment.