Terrible, awful day 13 solution

This commit is contained in:
2020-12-13 12:09:23 -06:00
parent 5defd6ff60
commit ff5f16be28
4 changed files with 177 additions and 0 deletions

View File

@ -17,6 +17,7 @@
Q10.Go();
Q11.Go();
Q12.Go();
Q13.Go();
Util.Log($"Total time={(System.DateTime.Now - start).TotalMilliseconds}ms");
}
}