diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 11:50:54 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-14 11:50:54 +0100 |
| commit | 555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2 (patch) | |
| tree | caa15e1e274263c1c2babea241fd7e29e654c594 /challenge-059/paulo-custodio/t | |
| parent | 7b2883ee413f33fe0ae06590af3a87c3d622ce92 (diff) | |
| download | perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.tar.gz perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.tar.bz2 perlweeklychallenge-club-555f8b5bdaa7d3ada2a46316c7a70b76a2c590d2.zip | |
Add Perl solution to challenge 059
Diffstat (limited to 'challenge-059/paulo-custodio/t')
| -rw-r--r-- | challenge-059/paulo-custodio/t/test-1.yaml | 5 | ||||
| -rw-r--r-- | challenge-059/paulo-custodio/t/test-2.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/challenge-059/paulo-custodio/t/test-1.yaml b/challenge-059/paulo-custodio/t/test-1.yaml new file mode 100644 index 0000000000..b9c5799a36 --- /dev/null +++ b/challenge-059/paulo-custodio/t/test-1.yaml @@ -0,0 +1,5 @@ +- setup: + cleanup: + args: 3 1 4 3 2 5 2 + input: + output: 1 -> 2 -> 2 -> 4 -> 3 -> 5 diff --git a/challenge-059/paulo-custodio/t/test-2.yaml b/challenge-059/paulo-custodio/t/test-2.yaml new file mode 100644 index 0000000000..dad9937cc6 --- /dev/null +++ b/challenge-059/paulo-custodio/t/test-2.yaml @@ -0,0 +1,5 @@ +- setup: + cleanup: + args: 2 3 4 + input: + output: 6 |
