diff options
Diffstat (limited to 'tests/rec_fib.json')
-rw-r--r-- | tests/rec_fib.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rec_fib.json b/tests/rec_fib.json new file mode 100644 index 0000000..d7b90c6 --- /dev/null +++ b/tests/rec_fib.json @@ -0,0 +1,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" } +] |