programming-examples/ruby/Basics/fibonacci.rb

5 lines
84 B
Ruby
Raw Normal View History

2019-11-18 14:44:36 +01:00
# Print out all the Fibonacci numbers from 1 to 10 in order
# Your code goes here