Skip to content

Instantly share code, notes, and snippets.

@mlogan
Created August 8, 2014 21:42
Show Gist options
  • Save mlogan/f608240a24b574ab686b to your computer and use it in GitHub Desktop.
Save mlogan/f608240a24b574ab686b to your computer and use it in GitHub Desktop.
var 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