diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2024-01-16 20:07:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 20:07:17 +0000 |
| commit | 47becd4d92af268e02cd61bb2b77816a4c8ed06b (patch) | |
| tree | 7ef04a16c56da7ea74d19117364d2017208b378d /challenge-250/paulo-custodio/t/test-2.yaml | |
| parent | 8512e57085695a3ebec76f51d65f217e0dbf0077 (diff) | |
| parent | 20301d432f4af188abbe48fbfab9e0eb93acfb76 (diff) | |
| download | perlweeklychallenge-club-47becd4d92af268e02cd61bb2b77816a4c8ed06b.tar.gz perlweeklychallenge-club-47becd4d92af268e02cd61bb2b77816a4c8ed06b.tar.bz2 perlweeklychallenge-club-47becd4d92af268e02cd61bb2b77816a4c8ed06b.zip | |
Merge pull request #9411 from pauloscustodio/master
Add Perl solution
Diffstat (limited to 'challenge-250/paulo-custodio/t/test-2.yaml')
| -rw-r--r-- | challenge-250/paulo-custodio/t/test-2.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/challenge-250/paulo-custodio/t/test-2.yaml b/challenge-250/paulo-custodio/t/test-2.yaml new file mode 100644 index 0000000000..0082789893 --- /dev/null +++ b/challenge-250/paulo-custodio/t/test-2.yaml @@ -0,0 +1,10 @@ +- setup: + cleanup: + args: perl 2 000 python r4ku + input: + output: 6 +- setup: + cleanup: + args: 001 1 000 0001 + input: + output: 1 |
