Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 308 Bytes

File metadata and controls

15 lines (9 loc) · 308 Bytes

Fibonacci example

This example shows how to calculate a specific number in the fibonacci sequence using recursion.

Running the example

To run the example on your ESP32, execute the following command:

toit run fibonacci.toit

License

BSD0