Skip to content

Instantly share code, notes, and snippets.

@sorear
Created June 20, 2013 23:21
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 sorear/5827643 to your computer and use it in GitHub Desktop.
Save sorear/5827643 to your computer and use it in GitHub Desktop.
reduced case for xor failure
say(([^^] 5, 9, 0), (5 ^^ 9 ^^ 0), '[^^] mix 1');
say(([^^] 5, 0, 17), (5 ^^ 0 ^^ 17), '[^^] mix 2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment