Packages

Error handling for Gleam applications

Current section

Files

Jump to
problem README.md
Raw

README.md

# problem
[![Package Version](https://img.shields.io/hexpm/v/problem)](https://hex.pm/packages/problem)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/problem/)
```sh
gleam add problem@1
```
```gleam
import problem
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/problem>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```