We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19f585 commit 002f4a8Copy full SHA for 002f4a8
Ric.Interview.Brightgrove.FruitBasket.PresenterConsole/Program.cs
@@ -1,5 +1,4 @@
1
using Ric.Interview.Brightgrove.FruitBasket.Factories;
2
-using Ric.Interview.Brightgrove.FruitBasket.GameAICore;
3
using Ric.Interview.Brightgrove.FruitBasket.Models;
4
using Ric.Interview.Brightgrove.FruitBasket.Presentation;
5
using Ric.Interview.Brightgrove.FruitBasket.Utils;
@@ -18,7 +17,6 @@ class Program
18
17
{ ""Name"" : ""Rick"", ""Type"" : ""ThoroughCheater"" }
19
]}";
20
21
- static CancellationTokenSource ts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
22
static ILogger logger;
23
static void Main(string[] args)
24
{
0 commit comments