From 8f335bf8ef18a4c0428b11b657acd6619dc07ea7 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 16 Nov 2020 19:02:16 +0100 Subject: More examples --- challenge-087/abigail/t/input-1-2 | 3 +++ challenge-087/abigail/t/output-1-2.exp | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 challenge-087/abigail/t/input-1-2 create mode 100644 challenge-087/abigail/t/output-1-2.exp diff --git a/challenge-087/abigail/t/input-1-2 b/challenge-087/abigail/t/input-1-2 new file mode 100644 index 0000000000..f3b9442638 --- /dev/null +++ b/challenge-087/abigail/t/input-1-2 @@ -0,0 +1,3 @@ + +8 7 6 15 14 11 13 12 +17 diff --git a/challenge-087/abigail/t/output-1-2.exp b/challenge-087/abigail/t/output-1-2.exp new file mode 100644 index 0000000000..46833e9c01 --- /dev/null +++ b/challenge-087/abigail/t/output-1-2.exp @@ -0,0 +1,4 @@ +# Some other cases +0 +11, 12, 13, 14, 15 +0 -- cgit