mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
6 lines
85 B
Perl
6 lines
85 B
Perl
for ($i[0][0]=0; $i[0][0]<1000000; $i[0][0]++) {
|
|
$i[1] += $i[0][0];
|
|
}
|
|
|
|
print $i[1];
|