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