30 Fibonacci Numbers Without Using Numbers In Ruby(62)


/ Published in: Ruby
Save to your folder(s)

won't be beaten by groovy


Copy this code and paste it in your HTML
  1. s=' '.ord;a=s^s;b=s/s
  2. b.upto(s-b-b){|x|p "#{x} : #{a=b+b=a}"}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.