Skip to content

Instantly share code, notes, and snippets.

@mlogan
Created November 11, 2014 21:27
Show Gist options
  • Save mlogan/3b36330f274d60d62d84 to your computer and use it in GitHub Desktop.
Save mlogan/3b36330f274d60d62d84 to your computer and use it in GitHub Desktop.
board = [
#0 1 2 3 4 5, 6, 7, 8
5, 3, 0, 0, 7, 0, 0, 0, 0,
0, 0, 0, 1, 9, 5, 0, 0, 0,
0, 9, 8, 0, 0, 0, 0, 6, 0,
8, 0, 0, 0, 6, 0, 0, 0, 3,
4, 0, 0, 8, 0, 3, 0, 0, 1,
7, 0, 0, 0, 2, 0, 0, 0, 6,
0, 6, 0, 0, 0, 0, 2, 8, 0,
0, 0, 0, 4, 1, 9, 0, 0, 5,
0, 0, 0, 0, 8, 0, 0, 7, 9,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment