zlox/samples/ch24_fib.lox

6 lines
64 B
Plaintext

var start = clock();
// print fib(20);
print clock() - start;