Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 430 Bytes

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