diff --git a/Program.cs b/Program.cs index 3c75807..85184cd 100644 --- a/Program.cs +++ b/Program.cs @@ -1,7 +1,7 @@ global using System.Diagnostics; global using System.Text.Json; - +//checkpoint commit comment for case 4586 prior to backend dependency update // Prevent from ending if CTL+C is pressed. Console.TreatControlCAsInput = true;