aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <Mohammad.Anwar@yahoo.com>2024-10-20 23:40:12 +0100
committerGitHub <noreply@github.com>2024-10-20 23:40:12 +0100
commit8167b613f6ee98ec96943d49ac810ae435a62db2 (patch)
treeff111fa6781fbe8c674a60f700f8e9a869d3afe9
parent5fd3689582eb170d5c7fcd9842dd9770465dea4a (diff)
parent29e09e718c906e11f6417cda63bba9b9335fabee (diff)
downloadperlweeklychallenge-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-xchallenge-291/mattneleigh/perl/ch-2.pl3
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:
#