mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
5 lines
85 B
Perl
5 lines
85 B
Perl
for ($i[0][0]=0; $i[0][0]<1000000; $i[0][0]++) {
|
|
$i[1] += $i[0][0];
|
|
}
|
|
|
|
print $i[1];
|