Current section
Files
Jump to
Current section
Files
priv/example/README.md
# example
[](https://hex.pm/packages/example_app)
[](https://hexdocs.pm/example_app/)
```sh
gleam add example_app@1
```
```gleam
import example_app
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/example_app>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```