From 29e09e718c906e11f6417cda63bba9b9335fabee Mon Sep 17 00:00:00 2001 From: Matthew Neleigh Date: Sun, 20 Oct 2024 15:25:35 -0400 Subject: modified: challenge-291/mattneleigh/perl/ch-2.pl --- challenge-291/mattneleigh/perl/ch-2.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: # -- cgit