diff options
| author | Abigail <abigail@abigail.be> | 2021-01-27 21:09:59 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-01-27 21:09:59 +0100 |
| commit | d42f5a3609acd57cb9edb917b1925727a754cb6e (patch) | |
| tree | f7e89d39c05d0756ac1f9a2ce87949943d76f296 | |
| parent | 687e2fde462e8026081fbbd7c36720ddc5e1d0ad (diff) | |
| download | perlweeklychallenge-club-d42f5a3609acd57cb9edb917b1925727a754cb6e.tar.gz perlweeklychallenge-club-d42f5a3609acd57cb9edb917b1925727a754cb6e.tar.bz2 perlweeklychallenge-club-d42f5a3609acd57cb9edb917b1925727a754cb6e.zip | |
Example for week 3, part 1
| -rw-r--r-- | challenge-003/abigail/t/ctest.ini | 11 | ||||
| -rw-r--r-- | challenge-003/abigail/t/input-1-1 | 1 | ||||
| -rw-r--r-- | challenge-003/abigail/t/output-1-1.exp | 62 |
3 files changed, 74 insertions, 0 deletions
diff --git a/challenge-003/abigail/t/ctest.ini b/challenge-003/abigail/t/ctest.ini new file mode 100644 index 0000000000..5a1f805d65 --- /dev/null +++ b/challenge-003/abigail/t/ctest.ini @@ -0,0 +1,11 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = OEIS Example
+
+
+[1-1]
+sort = numeric
diff --git a/challenge-003/abigail/t/input-1-1 b/challenge-003/abigail/t/input-1-1 new file mode 100644 index 0000000000..ec8785ec99 --- /dev/null +++ b/challenge-003/abigail/t/input-1-1 @@ -0,0 +1 @@ +405 diff --git a/challenge-003/abigail/t/output-1-1.exp b/challenge-003/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..04fd1a4f4b --- /dev/null +++ b/challenge-003/abigail/t/output-1-1.exp @@ -0,0 +1,62 @@ +1 +2 +3 +4 +5 +6 +8 +9 +10 +12 +15 +16 +18 +20 +24 +25 +27 +30 +32 +36 +40 +45 +48 +50 +54 +60 +64 +72 +75 +80 +81 +90 +96 +100 +108 +120 +125 +128 +135 +144 +150 +160 +162 +180 +192 +200 +216 +225 +240 +243 +250 +256 +270 +288 +300 +320 +324 +360 +375 +384 +400 +405 |
