5
votes
Day 25: Sea Cucumber
Today's problem description: https://adventofcode.com/2021/day/25
Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python
with any of the "short names" listed in this page of supported languages):
<details>
<summary>Part 1</summary>
```python
Your code here.
```
</details>
Elixir
Pretty quick and simple. Posting my messy code as-is and going to bed. Merry Christmas, folks.
Part 1