diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2024-10-20 23:40:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-20 23:40:12 +0100 |
| commit | 8167b613f6ee98ec96943d49ac810ae435a62db2 (patch) | |
| tree | ff111fa6781fbe8c674a60f700f8e9a869d3afe9 | |
| parent | 5fd3689582eb170d5c7fcd9842dd9770465dea4a (diff) | |
| parent | 29e09e718c906e11f6417cda63bba9b9335fabee (diff) | |
| download | perlweeklychallenge-club-8167b613f6ee98ec96943d49ac810ae435a62db2.tar.gz perlweeklychallenge-club-8167b613f6ee98ec96943d49ac810ae435a62db2.tar.bz2 perlweeklychallenge-club-8167b613f6ee98ec96943d49ac810ae435a62db2.zip | |
Merge pull request #11052 from mattneleigh/pwc291
modified: challenge-291/mattneleigh/perl/ch-2.pl
| -rwxr-xr-x | challenge-291/mattneleigh/perl/ch-2.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-291/mattneleigh/perl/ch-2.pl b/challenge-291/mattneleigh/perl/ch-2.pl index 17c12969a9..f8cc37f345 100755 --- a/challenge-291/mattneleigh/perl/ch-2.pl +++ b/challenge-291/mattneleigh/perl/ch-2.pl @@ -9,7 +9,8 @@ use English; ################################################################################ ################################################################################ -# A draw poker hand consists of 5 cards, drawn from a pack of 52: no jokers, no wild cards. An ace can rank either high or low. +# A draw poker hand consists of 5 cards, drawn from a pack of 52: no jokers, no +# wild cards. An ace can rank either high or low. # # Write a script to determine the following three things: # |
