···33[](https://hex.pm/packages/condition_overload)
44[](https://hexdocs.pm/condition_overload/)
5566-```sh
77-gleam add condition_overload@1
88-```
99-```gleam
1010-import condition_overload
1111-1212-pub fn main() -> Nil {
1313- // TODO: An example of the project in use
1414-}
1515-```
1616-1717-Further documentation can be found at <https://hexdocs.pm/condition_overload>.
186197## Development
208219```sh
2222-gleam run # Run the project
2323-gleam test # Run the tests
1010+gleam run SEARCHTERM # Run the project
2411```