programming-examples/ruby/_Basics/fibonacci.rb
2019-11-15 12:59:38 +01:00

5 lines
84 B
Ruby

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