Day 15...slower than I'd like...

This commit is contained in:
2020-12-15 08:54:30 -06:00
parent ba2a439447
commit da7886e2ad
4 changed files with 95 additions and 0 deletions

View File

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