diff options
| -rw-r--r-- | challenge-089/abigail/t/input-1-1 | 2 | ||||
| -rw-r--r-- | challenge-089/abigail/t/input-1-2 | 4 | ||||
| -rw-r--r-- | challenge-089/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-089/abigail/t/output-1-2.exp | 5 |
4 files changed, 14 insertions, 0 deletions
diff --git a/challenge-089/abigail/t/input-1-1 b/challenge-089/abigail/t/input-1-1 new file mode 100644 index 0000000000..b94473479c --- /dev/null +++ b/challenge-089/abigail/t/input-1-1 @@ -0,0 +1,2 @@ +3 +4 diff --git a/challenge-089/abigail/t/input-1-2 b/challenge-089/abigail/t/input-1-2 new file mode 100644 index 0000000000..468f73eeff --- /dev/null +++ b/challenge-089/abigail/t/input-1-2 @@ -0,0 +1,4 @@ +100 +1000 +365 +512 diff --git a/challenge-089/abigail/t/output-1-1.exp b/challenge-089/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..8bd0bca607 --- /dev/null +++ b/challenge-089/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +# Given examples +3 +7 diff --git a/challenge-089/abigail/t/output-1-2.exp b/challenge-089/abigail/t/output-1-2.exp new file mode 100644 index 0000000000..1f7240c063 --- /dev/null +++ b/challenge-089/abigail/t/output-1-2.exp @@ -0,0 +1,5 @@ +# Some other examples +13015 +1974690 +222693 +464812 |
