6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
|
var start = clock();
|
|
|
|
// print fib(20);
|
|
print clock() - start;
|