mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-10 18:22:19 +03:00
.. | ||
inputs | ||
src | ||
.env | ||
.gitignore | ||
program.json | ||
README.md |
fibonacci.aleo
Run Guide
To run this program, run:
leo run fibonacci <inputs>
Execute Guide
To execute this program, run:
leo execute fibonacci <inputs>
Overview
This example shows how to calculate Fibonacci number using the fast-doubling method.
It takes the input data from inputs/fibonacci.in