You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic recursive Fibonocci number generator. It takes an input of the quantity of numbers it wants generated, and it prints them one at a time until it completes the total amount required.