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