diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-15 13:03:59 +0100 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2024-09-15 13:03:59 +0100 |
| commit | 1e1739da53b6ecbe5f17fa6cf3b922ad6ff5d347 (patch) | |
| tree | b6c71eae46bba9915a707687817c4acbf9e3ce24 /challenge-059/paulo-custodio/t | |
| parent | e806566dab3ce64c5f5498b25bfd0dc52de51709 (diff) | |
| download | perlweeklychallenge-club-1e1739da53b6ecbe5f17fa6cf3b922ad6ff5d347.tar.gz perlweeklychallenge-club-1e1739da53b6ecbe5f17fa6cf3b922ad6ff5d347.tar.bz2 perlweeklychallenge-club-1e1739da53b6ecbe5f17fa6cf3b922ad6ff5d347.zip | |
Add Python solution to challenge 059
Diffstat (limited to 'challenge-059/paulo-custodio/t')
| -rw-r--r-- | challenge-059/paulo-custodio/t/test-1.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-059/paulo-custodio/t/test-1.yaml b/challenge-059/paulo-custodio/t/test-1.yaml index b9c5799a36..0cd93e4289 100644 --- a/challenge-059/paulo-custodio/t/test-1.yaml +++ b/challenge-059/paulo-custodio/t/test-1.yaml @@ -2,4 +2,4 @@ cleanup: args: 3 1 4 3 2 5 2 input: - output: 1 -> 2 -> 2 -> 4 -> 3 -> 5 + output: 1 -> 2 -> 2 -> 4 -> 3 -> 5 -> None |
