factor/library/test/benchmark/fib.factor

7 lines
68 B
Factor
Raw Normal View History

2004-08-23 23:27:55 -04:00
IN: scratchpad
USE: math
2004-08-25 20:51:19 -04:00
USE: stack
2004-08-23 23:27:55 -04:00
USE: test
2004-08-25 20:51:19 -04:00
[ 35 fib drop ] time