Skip to content

Instantly share code, notes, and snippets.

@KaterineM
Created May 10, 2017 15:50
Show Gist options
  • Save KaterineM/68c2211fb56162f63d310301b490b2ea to your computer and use it in GitHub Desktop.
Save KaterineM/68c2211fb56162f63d310301b490b2ea to your computer and use it in GitHub Desktop.
number = ARGV[0]
(1..number.to_i).each do |i|
puts 2**i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment