This commit is contained in:
2025-10-20 19:35:38 +05:00
commit 023ccd03d8
42 changed files with 10007 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"solution": [
[1, 1],
[1, 0],
[1, 0],
[0, 1],
[0, 1],
[-1, 0],
[0, -1],
[0, 0],
[1, 0],
[0, 1]
]
}