Skip to content

Commit abddecc

Browse files
committed
fix rc-9-billion-names for GLR changes to AoA initialization
1 parent c906fc2 commit abddecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl6/rc-9-billion-names

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
my @todo = [1];
1+
my @todo = $[1];
22
my @sums = 0;
33
sub nextrow($n) {
44
for +@todo .. $n -> $l {

0 commit comments

Comments
 (0)