Data update

This commit is contained in:
Ingy döt Net 2025-06-11 20:16:52 -04:00
parent 72eb4943cb
commit 4d5544505c
2347 changed files with 62432 additions and 16731 deletions

View file

@ -1,12 +1,10 @@
numfmt 0 4
proc pascal n . .
numfmt 4 0
proc pascal n .
r[] = [ 1 ]
for i to n
rn[] = [ ]
l = 0
for j to n - len r[]
write " "
.
for j to n - len r[] : write " "
for r in r[]
write r
rn[] &= l + r