Day 23 brute force solution that takes over an hour for p2

This commit is contained in:
2020-12-23 17:16:19 -06:00
parent 0a3fe365d0
commit 29ee7eee26
4 changed files with 149 additions and 0 deletions

View File

@ -25,6 +25,7 @@
Q20.Go();
Q21.Go();
Q22.Go();
Q23.Go();
Util.Log($"Total time={(System.DateTime.Now - start).TotalMilliseconds}ms");
}
}