advent-of-code/solutions/10/README.md
2020-12-10 12:22:44 +01:00

12 lines
187 B
Markdown

# 10
The first one is really easy. Just sort, make the diff and count.
<details>
<summary>Solutions</summary>
<ol>
<li>2475</li>
<li>442136281481216</li>
</ol>
</details>