Skip to content

Commit

Permalink
do not display deck and shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
ericherman committed Oct 16, 2011
1 parent db7eb06 commit 9f3c748
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions texas-holdem.pl
Expand Up @@ -218,12 +218,12 @@ sub shuffle {
}
}

print "initializing deck:\n";
print display_cards(@deck), "\n";
print "\n";
shuffle(\@deck);
print "shuffled deck:\n";
print display_cards(@deck), "\n";
# print "initializing deck:\n";
# print display_cards(@deck), "\n";
# print "\n";
# shuffle(\@deck);
# print "shuffled deck:\n";
# print display_cards(@deck), "\n";

my $players = 5;

Expand Down

0 comments on commit 9f3c748

Please sign in to comment.