Skip to content

Commit

Permalink
Remove wait at the end of the run.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantErickson committed Jan 3, 2025
1 parent 7de8562 commit c03ea0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Solve2017/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ static void Main(string[] args)
Console.WriteLine($"{ kvp.Key} = { kvp.Value }");
}
Console.WriteLine($"Total: {result.Count}");
Console.ReadLine();
}
}

Expand Down

0 comments on commit c03ea0a

Please sign in to comment.