Skip to content

Instantly share code, notes, and snippets.

Created November 8, 2013 01:30
Show Gist options
  • Save anonymous/7364824 to your computer and use it in GitHub Desktop.
Save anonymous/7364824 to your computer and use it in GitHub Desktop.
odds = [1,3,5,7,9]
odds.each do |placeholder|
placeholder = (placeholder * 2)
print #{placeholder}
end
# Add your code below!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment