aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Neleigh <matthew.neleigh@gmail.com>2024-10-20 15:25:35 -0400
committerMatthew Neleigh <matthew.neleigh@gmail.com>2024-10-20 15:25:35 -0400
commit29e09e718c906e11f6417cda63bba9b9335fabee (patch)
tree4bab886405bf6612b6ef4a8891bc36e2bc2558fb
parentba93e50e81c3bfb02176c37a52b8a58236bb6046 (diff)
downloadperlweeklychallenge-club-29e09e718c906e11f6417cda63bba9b9335fabee.tar.gz
perlweeklychallenge-club-29e09e718c906e11f6417cda63bba9b9335fabee.tar.bz2
perlweeklychallenge-club-29e09e718c906e11f6417cda63bba9b9335fabee.zip
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:
#