Advertisement
Guest User

Untitled

a guest
Dec 26th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. The key hint is "binary". If you imagine each of the six lines as a binary number with the words as digits, making hikaslap number 1 and the rest 0, you get this:
  2.  
  3. 01000010
  4. 01001001
  5. 01000010
  6. 01001100
  7. 01001001
  8. 01000001
  9.  
  10. Each of these six numbers is a binary representation of a letter (per the ASCII standard). If you match up the numbers with the letters, you get B, I, B, L, I, A.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement