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