Packages

a small lib that compute the fibonacci sequence for a given number

Current section

Files

Jump to
fibo README.md
Raw

README.md

# fibo
a simple fibo app made with gleam
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```