Day 22. Finally kinda happy with this one, copied code notwithstanding

This commit is contained in:
2020-12-22 00:28:17 -06:00
parent b9d9ee8dca
commit 1b0e401e03
4 changed files with 215 additions and 0 deletions

View File

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