README.md
# problem
[](https://hex.pm/packages/problem)
[](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
```