Data update

This commit is contained in:
Ingy döt Net 2026-02-01 16:33:20 -08:00
parent 5150844a7d
commit 4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions

View file

@ -19,13 +19,13 @@ F iscolorful(n)
print(Colorful numbers for 1:25, 26:50, 51:75, and 76:100:)
L(i) (1.<101).step(25)
L(j) 25
L(j) 0.<25
I iscolorful(i + j)
print(f:{commatize(i + j): 5}, end' )
print(f:{commatize(i + j):5}, end' )
print()
V csum = 0
L(i) 8
L(i) 0.<8
V j = I i == 0 {0} E 10 ^ i
V k = 10 ^ (i + 1) - 1
V n = sum((j .. k).map(x -> Int(iscolorful(x))))