From The Odin Project
First up create a file and tackle the fibonacci sequence...
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