Skip to content

Instantly share code, notes, and snippets.

@kookster
Last active March 5, 2016 21:19
Show Gist options
  • Save kookster/adf8c7147bd5ee7e4abd to your computer and use it in GitHub Desktop.
Save kookster/adf8c7147bd5ee7e4abd to your computer and use it in GitHub Desktop.
CODE = %w(01010111 01101111 01110111 00101110 00100000 01011001 01101111 01110101 00100000 01101000 01100001 01110110 01100101 00100000 01010111 01000001 01011001 00100000 01110100 01101111 01101111 00100000 01101101 01110101 01100011 01101000 00100000 01110100 01101001 01101101 01100101 00100000 01101111 01101110 00100000 01111001 01101111 01110101 01110010 00100000 01101000 01100001 01101110 01100100 01110011 00100001)
solution = [CODE.join].pack('B*')
puts "\n\n---+++=== decode robosauce secret ===+++---\n\n"
puts "secret:\n#{CODE.join(' ')}\n\n"
puts "solution:\n'#{solution}'\n\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment