Skip to content

Instantly share code, notes, and snippets.

@harrisonmalone
Created September 24, 2018 06:16
Show Gist options
  • Select an option

  • Save harrisonmalone/3280fb37b38fb559475d49005566dff1 to your computer and use it in GitHub Desktop.

Select an option

Save harrisonmalone/3280fb37b38fb559475d49005566dff1 to your computer and use it in GitHub Desktop.
colours = %w(red green blue yellow purple)
colours.each do |colour|
puts colour + " " + "balloons"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment