Make a ton of VS-recommended changes. Sure, why not.

This commit is contained in:
2020-12-22 13:04:55 -06:00
parent f420af35cc
commit 0a3fe365d0
17 changed files with 56 additions and 53 deletions

2
Q15.cs
View File

@ -6,7 +6,7 @@ namespace _2020
{
class Q15
{
static List<int> list = new List<int>();
static readonly List<int> list = new List<int>();
public static void Go()
{