Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created September 4, 2013 14:47
Show Gist options
  • Save bryanwoods/6438008 to your computer and use it in GitHub Desktop.
Save bryanwoods/6438008 to your computer and use it in GitHub Desktop.
puts (1..999).select { |i| (i % 3).zero? || (i % 5).zero? }.reduce(:+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment