labapawel commited on
Commit
9250d78
1 Parent(s): 7518ba7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ## input
5
+ ```
6
+ {
7
+ board: [0,0,0,0,0,0,0,0]
8
+ }
9
+ ```
10
+
11
+ ## output
12
+ ```
13
+ {
14
+ move: 5,
15
+ status: 'success'
16
+ }
17
+ ```