Skip to content

Instantly share code, notes, and snippets.

@kitak
Created July 23, 2012 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitak/3165903 to your computer and use it in GitHub Desktop.
Save kitak/3165903 to your computer and use it in GitHub Desktop.
dailycoding_2012-7-23
# coding: utf-8
puts (1..999).select {|num| num % 3 == 0 || num % 5 == 0}.size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment