Skip to content

Commit 8e03aab

Browse files
committed
Don't block at end of execution
1 parent c913374 commit 8e03aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static void Main(string[] args)
288288
watch.Stop();
289289
Console.WriteLine($"Execution Time: {watch.ElapsedMilliseconds} ms");
290290
Console.WriteLine("Done");
291-
Console.ReadLine();
291+
//Console.ReadLine();
292292
return;
293293
}
294294
}

0 commit comments

Comments
 (0)