Skip to content

Instantly share code, notes, and snippets.

@morcefaster
morcefaster / sudoku.json
Last active June 23, 2024 14:11
Sudoku in json
{
"SolvedSudoku":
[
[
[1,9,4,8,6,5,2,3,7],
[7,3,5,4,1,2,9,6,8],
[8,6,2,3,9,7,1,4,5],
[9,2,1,7,4,8,3,5,6],
[6,7,8,5,3,1,4,2,9],
[4,5,3,9,2,6,8,7,1],