Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created October 19, 2013 00:37
Show Gist options
  • Save jbuda/7050311 to your computer and use it in GitHub Desktop.
Save jbuda/7050311 to your computer and use it in GitHub Desktop.
Ruby - Day 1 - Seven Languages in Seven Weeks
10.times do |idx|
puts "This is the sentence number #{idx+1}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment