Palindromic gapful numbers: Difference between revisions

m
→‎{{header|Raku}}: work around concurrency problem in recent Raku
m (→‎{{header|Raku}}: work around concurrency problem in recent Raku)
Line 3,866:
,"\n(Extra stretchy) 9,995th through 10,000th:", 9994..9999, 12
,"\n(Meh) 100,000th:", 99999, 14
).hyper(:1batch).map: -> $caption, $range, $fmt {
my $now = now;
say $caption;
10,333

edits