Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 3, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a0c974da819899b3b99887ef4cfb4448 to your computer and use it in GitHub Desktop.
Save parzibyte/a0c974da819899b3b99887ef4cfb4448 to your computer and use it in GitHub Desktop.
unsigned long fibonacciDe10 = fibonacciRecursivo(10);
printf("Fibonacci de 10 es: %ld", fibonacciDe10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment