diff options
| author | Abigail <abigail@abigail.be> | 2020-09-21 23:43:17 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2020-09-21 23:43:17 +0200 |
| commit | e48c945f3650b5d62b49208b10dc26f7090c3d2f (patch) | |
| tree | 7bbca4c8a13d88a9dd2e34bb506273e1c4a1f869 | |
| parent | 83467b231b615df2bc7e5832bf0e6fb7344f7b6d (diff) | |
| download | perlweeklychallenge-club-e48c945f3650b5d62b49208b10dc26f7090c3d2f.tar.gz perlweeklychallenge-club-e48c945f3650b5d62b49208b10dc26f7090c3d2f.tar.bz2 perlweeklychallenge-club-e48c945f3650b5d62b49208b10dc26f7090c3d2f.zip | |
Tests to make sure we're modding with 1000000007.
| -rw-r--r-- | challenge-079/abigail/input-1-4 | 1 | ||||
| -rw-r--r-- | challenge-079/abigail/output-1-4.exp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/challenge-079/abigail/input-1-4 b/challenge-079/abigail/input-1-4 new file mode 100644 index 0000000000..770fdcfb4b --- /dev/null +++ b/challenge-079/abigail/input-1-4 @@ -0,0 +1 @@ +1000000000 diff --git a/challenge-079/abigail/output-1-4.exp b/challenge-079/abigail/output-1-4.exp new file mode 100644 index 0000000000..71287c2b3b --- /dev/null +++ b/challenge-079/abigail/output-1-4.exp @@ -0,0 +1 @@ +846928043 |
