AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Create fibo.c #188

Closed yandrade1305 closed 3 years ago

yandrade1305 commented 3 years ago

Added C version of Fibonacci number calculation using recursion :D

This pull request is: Create fibo.c