Data update
This commit is contained in:
parent
81fd053722
commit
52a6ef48dd
10248 changed files with 63654 additions and 6775 deletions
|
|
@ -130,8 +130,8 @@ proc start . .
|
|||
.
|
||||
n = 8
|
||||
while n > 0
|
||||
c = randint 8 - 1
|
||||
r = randint 7 - 1
|
||||
c = random 8 - 1
|
||||
r = random 7 - 1
|
||||
ind = r * 8 + c + 1
|
||||
if cell[ind] = 0
|
||||
n -= 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue