wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 192 forks source link

Fibonacci #210

Open wzhouwzhou opened 5 years ago

wzhouwzhou commented 5 years ago

Task: Create a program that generates or involves fibonacci numbers

There's been quite a few programs now that involve fibonacci number sequence generation, including #66 #203 #185 #186 #184 #124

What other solutions do people have? (Good starting point for new contributors)

Bonus points for "one-liners" (the inspiration for this repository)

VickyKoblinski commented 5 years ago

I'd like to try this!

audrius59 commented 5 years ago

One line Fibonacci solution Javascript https://github.com/wzhouwzhou/one-line-wonders/pull/361/commits/f297a42e29b9b9b184aaba8c97023613f97dde8c

wzhouwzhou commented 5 years ago

I see it in #361, thanks!