File size: 116 Bytes
9250d78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
---
## input
```
{
board: [0,0,0,0,0,0,0,0]
}
```

## output
```
{
move: 5,
status: 'success'
}
```