diff options
| -rw-r--r-- | challenge-087/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-087/abigail/t/output-1-1.exp | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/challenge-087/abigail/t/input-1-1 b/challenge-087/abigail/t/input-1-1 new file mode 100644 index 0000000000..16d5e65bf1 --- /dev/null +++ b/challenge-087/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +100 4 50 3 2 +20 30 10 40 50 +20 19 9 11 10 diff --git a/challenge-087/abigail/t/output-1-1.exp b/challenge-087/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..7726fc5f95 --- /dev/null +++ b/challenge-087/abigail/t/output-1-1.exp @@ -0,0 +1,4 @@ +# Given examples +2, 3, 4 +0 +9, 10, 11 |
