Skip to content

Instantly share code, notes, and snippets.

@mlogan
Created August 4, 2015 18:30
Show Gist options
  • Save mlogan/1c97742038d0d7cc7133 to your computer and use it in GitHub Desktop.
Save mlogan/1c97742038d0d7cc7133 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