README.md

# cog

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

```sh
gleam add --dev cog@1
```

```gleam
//cog:embed src/input.txt
const input = ""
```

```sh
gleam run -m cog
```