Skip to content

Instantly share code, notes, and snippets.

@ferrix
Created February 12, 2019 12:03
Show Gist options
  • Save ferrix/06a30a213ecd1ef80e4f27a339f2a524 to your computer and use it in GitHub Desktop.
Save ferrix/06a30a213ecd1ef80e4f27a339f2a524 to your computer and use it in GitHub Desktop.
A = { 0 1 1 1 0 0 1 0 0; 1 0 0 0 1 0 1 1 0; 1 0 0 1 0 0 0 1 1; 1 0 1 0 1 1 0 0 0; 0 1 0 1 0 1 0 1 0; 0 0 0 1 1 0 1 0 1; 1 1 0 0 0 1 0 0 1; 0 1 1 0 1 0 0 0 1; 0 0 1 0 0 1 1 1 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment