Generate Fibonacci Sequence in Shell

# Introduction The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones. In this challenge, we will write a shell script to generate Fibonacci numbers less than or equal to a given number `n`.

|60 : 00

Click the virtual machine below to start practicing