programming-examples/ruby/Basics/fibonacci.rb
2019-11-18 14:44:36 +01:00

5 lines
84 B
Ruby

# Print out all the Fibonacci numbers from 1 to 10 in order
# Your code goes here