Skip to content

Commit eb5234f

Browse files
committed
Don't automatically close the console at the end of the program
1 parent 56207c8 commit eb5234f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ static async Task Main(string[] args)
5252
await CalculateSize();
5353

5454
Console.WriteLine("Program terminated. Thanks for using it :D");
55+
Console.ReadLine();
5556
}
5657

5758
/// <summary>

0 commit comments

Comments
 (0)