diff options
| -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: # |
