aboutsummaryrefslogtreecommitdiff
path: root/tests/rec_fib.json
blob: d7b90c67aa6359730bc02efafa820759f84713d7 (plain) (blame)
1
2
3
4
5
6
7
[
    { "stdin": "0\n", "stdout": "0\n" },
    { "stdin": "1\n", "stdout": "1\n" },
    { "stdin": "10\n", "stdout": "55\n" },
    { "stdin": "20\n", "stdout": "6765\n" },
    { "stdin": "30\n", "stdout": "832040\n" }
]