Heavily cribbed from
https://gist.github.com/AlaskanShade/5c46b96a4b1f08cdb6568c15b6e86341

This one really tripped me up, so I sought help. A lot of help.
This commit is contained in:
2020-12-22 13:01:35 -06:00
parent 1d624585cb
commit f420af35cc
4 changed files with 2076 additions and 0 deletions

View File

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