factor/library/test/benchmark/fib.factor

7 lines
68 B
Factor

IN: scratchpad
USE: math
USE: stack
USE: test
[ 35 fib drop ] time