Skip to content

Commit

Permalink
Bugfix dotnetapp
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylTodosichuk committed Sep 23, 2024
1 parent 7f0cdcf commit 3728798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/dotnetapp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ bool GetBestValue(string[] paths, out long limit, [NotNullWhen(true)] out string
return false;
}

Console.WriteLine("Run...");
Console.WriteLine("Run..");
while (true);

0 comments on commit 3728798

Please sign in to comment.