mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-11-01 08:04:12 +01:00
12 lines
226 B
Markdown
12 lines
226 B
Markdown
# 02
|
|
|
|
Here we can pre-compute the outcomes and especially for part 2 it's simply a subtraction to get the wanted output.
|
|
|
|
<details>
|
|
<summary>Solutions</summary>
|
|
<ol>
|
|
<li>9651</li>
|
|
<li>10560</li>
|
|
</ol>
|
|
</details>
|