print "Word on the street is that 1 million $DOG and 1 million $LOBO are stored in two different Xverse wallets. The $DOG seed phrase is located in the Miami District area, while the $LOBO seed phrase is located in the Little Haiti Cultural Center. To access both seed phrases, you will need to decrypt the secret hint below using Ruby.\n" # -> $DOG Hint: VGhlIFJlZCBDdXA= # -> $LOBO Hint: SW5zaWRlIHRoZSBtYXJrZXQ= ***** Copy and paste the code into a Ruby file for decoding." ****** require "Base64" def decode_secret_msg(hint) puts Base64.decode64(hint) end decode__secret_msg(hint)