diff options
Diffstat (limited to 'tests/recurse.json')
-rw-r--r-- | tests/recurse.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/recurse.json b/tests/recurse.json new file mode 100644 index 0000000..ac3f3e6 --- /dev/null +++ b/tests/recurse.json @@ -0,0 +1,5 @@ +[ + { "stdin": "0\n", "stdout": "0\n" }, + { "stdin": "1\n", "stdout": "1\n0\n" }, + { "stdin": "10\n", "stdout": "10\n9\n8\n7\n6\n5\n4\n3\n2\n1\n0\n" } +] |