You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
143 B
Ruby

require "open-uri"
urls = [
"https://www.reddit.com",
"https://www.facebook.com",
"https://www.spotify.com"
]
# Your code goes here