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