Skip to content

Instantly share code, notes, and snippets.

@jonelf
Created April 29, 2020 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonelf/59cf730fa703df948c639234294b17be to your computer and use it in GitHub Desktop.
Save jonelf/59cf730fa703df948c639234294b17be to your computer and use it in GitHub Desktop.
Fibbooonnnnnaaaaaaaacccccccccccccccccccccccccccccccccciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
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