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