You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the key thing we want to highlight here is that it's ok to use List U8 and converting a Str using Str.toUtf8 for some problems. Having an Advent of Code example would be very helpful to direct people to. It can explain this in a context that is concrete and specific, unblocking people.
There are other Advent of Code examples around if people go looking, but they aren't always kept up to date with the latest language features.
I agree with Anton this is a priority, particularly with AoC coming up and much having changed since last year.
Though this should be a pretty small example I think, mostly just to help people see the key features in one place (like maybe importing/ingesting files etc).
This example should show off a typical advent of code solution and best practices/tips like this one.
The text was updated successfully, but these errors were encountered: