2 lines
50 B
Perl
2 lines
50 B
Perl
use bigint;
|
|
my $i = 0; print ++$i, "\n" while 1;
|
use bigint;
|
|
my $i = 0; print ++$i, "\n" while 1;
|