Files
exercism-workspace/go/HINTS.md
Alexander Heldt 74e8c6d6dc go
2025-11-08 14:31:07 +01:00

5 lines
212 B
Markdown

# Hints
- The [Result module][result-module] has some useful functions for working with the Result type, such as `result.map` and `result.try`.
[result-module]: https://hexdocs.pm/gleam_stdlib/gleam/result.html