This commit is contained in:
2020-12-10 00:05:39 +01:00
parent 26ad865000
commit 2b7b974cf5
4 changed files with 1081 additions and 0 deletions

11
solutions/9/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 9
Again the python std lib saved me some lines of code. `itertools` to the rescue and basically we are done.
<details>
<summary>Solutions</summary>
<ol>
<li>23278925</li>
<li>4011064</li>
</ol>
</details>