From 392f0c4be0d4c034a4b161337f8f3c5fbf46358a Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 4 Aug 2025 23:12:39 +0200 Subject: add a little test runner --- tests/recurse.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/recurse.json (limited to 'tests/recurse.json') 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" } +] -- cgit v1.2.3