Not as bad as day 13, but I'm still not completely satisfied with this
This commit is contained in:
2020-12-14 09:46:02 -06:00
parent ff5f16be28
commit ba2a439447
4 changed files with 760 additions and 0 deletions

View File

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