index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testarray.pl
blob: 9ec83e184c80b527834ab1df1d06a533d687ef00 (
plain
)
1
2
3
4
5
for
(
$i
[
0
][
0
]=
0
;
$i
[
0
][
0
]<
1000000
;
$i
[
0
][
0
]++) {
$i
[
1
] +=
$i
[
0
][
0
];
}
print
$i
[
1
];