Probably should commit or something...

wip
Alpha Chen 9 years ago
commit f6437b1d63

@ -0,0 +1,3 @@
source "https://rubygems.org"
gem "minitest"

@ -0,0 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
minitest (5.8.3)
PLATFORMS
ruby
DEPENDENCIES
minitest
BUNDLED WITH
1.10.6

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save