We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42062c5 commit d904bfcCopy full SHA for d904bfc
EraS/Program.cs
@@ -18,6 +18,7 @@ static void Main(string[] args)
18
Console.WriteLine("EraS starting.");
19
20
Router = new Router();
21
+ Console.WriteLine("Testing");
22
23
while (true)
24
Thread.Sleep(1000);
0 commit comments