Created
April 29, 2020 12:59
-
-
Save jonelf/59cf730fa703df948c639234294b17be to your computer and use it in GitHub Desktop.
Fibbooonnnnnaaaaaaaacccccccccccccccccccccccccccccccccciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n = 0; m = 1; puts "Fibonacci".split(//).map{|c| n, m = m, n + m; c * n}.join |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment