advent-of-code/2022/15/README.md
2022-12-21 22:39:59 +01:00

12 lines
310 B
Markdown

# 15
Ugly solution. The second part took me a good minute to compute. Each line is done quite efficiently, it could def. be improved by sorting out what lines we should consider in the first place.
<details>
<summary>Solutions</summary>
<ol>
<li>1</li>
<li>13784551204480</li>
</ol>
</details>