Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,10 +0,0 @@
|
|||
sequence row
|
||||
row = {}
|
||||
for m = 1 to 10 do
|
||||
row = row & 1
|
||||
for n = length(row)-1 to 2 by -1 do
|
||||
row[n] += row[n-1]
|
||||
end for
|
||||
print(1,row)
|
||||
puts(1,'\n')
|
||||
end for
|
||||
Loading…
Add table
Add a link
Reference in a new issue