Skip to content

Instantly share code, notes, and snippets.

@madebyjeffrey
Created February 23, 2011 01:28
Show Gist options
  • Save madebyjeffrey/839816 to your computer and use it in GitHub Desktop.
Save madebyjeffrey/839816 to your computer and use it in GitHub Desktop.
Take:
1 2 3
4 5 6
7 8 9
Turn Into:
0 0 0 0 0
0 1 2 3 0
0 4 5 6 0
0 7 8 9 0
0 0 0 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment