Stream: advent of code

Topic: Day 13


view this post on Zulip Shritesh Bhattarai (Dec 15 2022 at 17:32):

After experiencing countless compiler crashes and segfaults, annotating function signatures to eventually fix that and implementing List.sortWith in Roc itself, here's my Day 13. The problems are trivial once you parse the input.

view this post on Zulip Marten (Dec 15 2022 at 18:19):

I had a pretty similar experience on this one and created a sort function as well ^^
Here's mine


Last updated: Jul 06 2025 at 12:14 UTC