Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

def fibonacci(n) return n if ( 0..1 ).include? n (fibonacci(n - 1) + fibonacci(n - 2)) #recursive calls end #468

Closed
Locefir opened this issue Oct 18, 2022 · 0 comments

Comments

@Locefir
Copy link

Locefir commented Oct 18, 2022

No description provided.

@rolfbjarne rolfbjarne closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants