Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

File metadata and controls

20 lines (14 loc) · 426 Bytes

fibonacci.aleo

Run Guide

To run this program, run:

leo run fibonacci

Execute Guide

To execute this program, run:

leo execute fibonacci

Overview

This example shows how to calculate Fibonacci number using the fast-doubling method.

It takes the input data from inputs/fibonacci.in