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