Skip to content

Commit

Permalink
Don't automatically close the console at the end of the program
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jun 16, 2021
1 parent 56207c8 commit eb5234f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static async Task Main(string[] args)
await CalculateSize();

Console.WriteLine("Program terminated. Thanks for using it :D");
Console.ReadLine();
}

/// <summary>
Expand Down

0 comments on commit eb5234f

Please sign in to comment.