view graal/com.oracle.truffle.sl.test/tests/Fibonacci.output @ 17141:2d01369ee234

Add unit test
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 17 Sep 2014 09:06:40 -0700
parents ff3136ecb5a7
children
line wrap: on
line source

1: 1
2: 1
3: 2
4: 3
5: 5
6: 8
7: 13
8: 21
9: 34
10: 55