programming-examples/ruby/_Basics/fibonacci.rb

5 lines
84 B
Ruby
Raw Normal View History

2019-11-15 12:59:38 +01:00
# Print out all the Fibonacci numbers from 1 to 10 in order
# Your code goes here