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

Added fibonacci for lua #117

Closed naruto678 closed 1 year ago

naruto678 commented 1 year ago

hi I added fibonacci support for lua . . As specified the script takes the number of fibonacci terms you want and then prints them in a single line .

naruto678 commented 1 year ago

i saw this as a part of hacktober fest . Hoping to see more obscure languages like nim, zig , brainfuck , algol , fortran here

naruto678 commented 1 year ago

@fharookshaik FYI

naruto678 commented 1 year ago

Will create one again passing the code check