Skip to content

Instantly share code, notes, and snippets.

/example-1 Secret

Created August 30, 2016 09:57
Show Gist options
  • Save anonymous/de9d9374cb8b85af46c140d1a97dfb4a to your computer and use it in GitHub Desktop.
Save anonymous/de9d9374cb8b85af46c140d1a97dfb4a to your computer and use it in GitHub Desktop.
INPUT:
XX -- 01
-- 05 --
OUTPUT:
XX 03 01
04 05 02
INPUT:
01 -- --
-- XX 05
OUTPUT:
01 03 04
02 XX 05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment