Day 11...ugly...

This commit is contained in:
2020-12-11 08:49:59 -06:00
parent 78e2ce126d
commit edc7fb1605
4 changed files with 374 additions and 0 deletions

View File

@ -15,6 +15,7 @@
Q08.Go();
Q09.Go();
Q10.Go();
Q11.Go();
System.Diagnostics.Debug.WriteLine($"Total time={(System.DateTime.Now - start).TotalMilliseconds}ms");
}
}