···11+# gleeunit
22+33+A Gleam project
44+55+## Quick start
66+77+```sh
88+gleam run # Run the project
99+gleam test # Run the tests
1010+gleam shell # Run an Erlang shell
1111+```
1212+1313+## Installation
1414+1515+If available on Hex this package can be installed by adding `gleeunit`
1616+to your `gleam.toml` dependencies:
1717+1818+```erlang
1919+[dependencies]
2020+gleeunit = "~> 0.1.0"
2121+```
···11+# This file was generated by Gleam
22+# You typically do not need to edit this file
33+44+[requirements]
55+gleam_stdlib = "~> 0.17.1"
66+77+[packages]
88+gleam_stdlib = "0.17.1"
99+gleeunit = "0.1.0"