Skip to content

Latest commit

 

History

History

fibonacci_sequence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project: Fibonacci Sequence (Recursion)

From The Odin Project

First up create a file and tackle the fibonacci sequence...

Usage

Use the following command to run the application

  • from the root folder:
ruby fibonacci_sequence/fibonacci_sequence.rb

OR

  • from inside the fibonacci_sequence folder
ruby fibonacci_sequence.rb