Skip to content

Instantly share code, notes, and snippets.

@nysalor
Last active December 15, 2015 18:18
Show Gist options
  • Save nysalor/5302362 to your computer and use it in GitHub Desktop.
Save nysalor/5302362 to your computer and use it in GitHub Desktop.
(Date.new(2001,1,1)..Date.new(2019,12,31)).select { |x|
str = x.to_s.gsub('-0','')
str.split('').uniq.size == str.size
}.size
=> 210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment