3 lines
69 B
Factor
3 lines
69 B
Factor
USING: kernel sequences tools.time ;
|
|
|
|
[ 10000 <iota> sum drop ] time
|
USING: kernel sequences tools.time ;
|
|
|
|
[ 10000 <iota> sum drop ] time
|