README.md

# titouan

[![Package Version](https://img.shields.io/hexpm/v/gluid)](https://hex.pm/packages/gluid)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gluid/)

```sh
gleam add gluid
```
```gleam
import gluid

pub fn main() {
  io.debug(gluid.guidv4())
}
```

Further documentation can be found at <https://hexdocs.pm/gluid>.

## Development

```sh
gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell
```