mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-13 08:47:17 +03:00
.. | ||
inputs | ||
src | ||
program.json | ||
README.md |
fibonacci.aleo
Build Guide
To compile this Aleo program, run:
aleo build
To run this program, run:
leo run fibonacci
Overview
This example shows how to calculate Fibonacci number using the fast-doubling method.
It takes the input data from inputs/fibonacci.in