Skip to content

Instantly share code, notes, and snippets.

@shadda
Created October 19, 2015 03:18
Show Gist options
  • Save shadda/1647fbb1b37e2191328f to your computer and use it in GitHub Desktop.
Save shadda/1647fbb1b37e2191328f to your computer and use it in GitHub Desktop.
$data = [
[0,0,0,1,1,1,0,0],
[1,1,1,0,0,1,1,1],
[0,0,0,1,1,0,0,0],
[0,0,0,0,1,0,0,0],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment