commit
f6437b1d63
@ -0,0 +1,13 @@
|
|||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
minitest (5.8.3)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
ruby
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
minitest
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
@ -0,0 +1,9 @@
|
|||||||
|
require "digest/md5"
|
||||||
|
|
||||||
|
key = "ckczppom"
|
||||||
|
index = 1
|
||||||
|
# until Digest::MD5.hexdigest("#{key}#{index}").start_with?("00000")
|
||||||
|
until Digest::MD5.hexdigest("#{key}#{index}").start_with?("000000")
|
||||||
|
index += 1
|
||||||
|
end
|
||||||
|
puts index
|
Loading…
Reference in new issue