diff options
| -rw-r--r-- | challenge-116/abigail/t/ctest.ini | 1 | ||||
| -rw-r--r-- | challenge-116/abigail/t/input-2-2 | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/output-2-2.exp | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/challenge-116/abigail/t/ctest.ini b/challenge-116/abigail/t/ctest.ini index f69d940551..6e4daf9ab7 100644 --- a/challenge-116/abigail/t/ctest.ini +++ b/challenge-116/abigail/t/ctest.ini @@ -6,6 +6,7 @@ [names]
1-1 = Given Examples
2-1 = Given Examples
+2-2 = Large Numbers
[challenges/2/perl]
run_types = sqrt, count, search, preprocess
diff --git a/challenge-116/abigail/t/input-2-2 b/challenge-116/abigail/t/input-2-2 new file mode 100644 index 0000000000..44be9e6e8f --- /dev/null +++ b/challenge-116/abigail/t/input-2-2 @@ -0,0 +1,3 @@ +999999999999999999999999999999999964111 +999994999999999199919999999991999969999 +999999999999999999999999999999999964112 diff --git a/challenge-116/abigail/t/output-2-2.exp b/challenge-116/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..2f1465d159 --- /dev/null +++ b/challenge-116/abigail/t/output-2-2.exp @@ -0,0 +1,3 @@ +1 +1 +0 |
