Skip to content

Commit

Permalink
add console.Readline to read the result
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinath committed Dec 4, 2022
1 parent ca9f338 commit 1f77243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@

var estimatedFinish = snapshotDateTime.AddHours(hours).AddMinutes(minutesCalculated);

Console.WriteLine($"Estimate time to finish is: {estimatedFinish.ToString(CultureInfo.CurrentCulture)}");
Console.WriteLine($"Estimate time to finish is: {estimatedFinish.ToString(CultureInfo.CurrentCulture)}");
Console.ReadLine();

0 comments on commit 1f77243

Please sign in to comment.