Skip to content

Commit ebda3a0

Browse files
committed
Update Program.cs
1 parent b8cee53 commit ebda3a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FakeDiffTool/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
using System;
1+
using System.Threading;
22

33
class Program
44
{
55
static void Main()
66
{
7-
Console.ReadLine();
7+
Thread.Sleep(5000);
88
}
99
}

0 commit comments

Comments
 (0)