fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link

simple implementation of Fibonacci in swift #104

Closed Tushar-2003 closed 1 year ago

Tushar-2003 commented 1 year ago

as mentioned in issue #9 I have implimented the Fibonacci series in swift

please review this and add it to the main branch

Tushar-2003 commented 1 year ago

I don't understand the issue apart from me using variables like 'a', 'nR', 'b' can anyone help?