Skip to content

Instantly share code, notes, and snippets.

@graugans
Created December 25, 2016 20:12
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 graugans/c1a633cf37138e604d78b0e5db6e8277 to your computer and use it in GitHub Desktop.
Save graugans/c1a633cf37138e604d78b0e5db6e8277 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
res = "857:g67?5ABBo:BtDA?tIvLDKL{MQPSRQWW."
dum = 0
res.each_char do |x|
print (x.ord() -dum).chr
dum +=1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment