Skip to content

Instantly share code, notes, and snippets.

@fraank
Last active December 25, 2015 10:20
Show Gist options
  • Save fraank/add81ee422253f40d33b to your computer and use it in GitHub Desktop.
Save fraank/add81ee422253f40d33b to your computer and use it in GitHub Desktop.
a christmas tree in one line of ruby
((1..20).to_a+[6]*4).map{|i|puts(('*'*i*2).center(80))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment