We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f26d7 commit c76be7cCopy full SHA for c76be7c
Chapter16/carddeck_2a.c
@@ -32,7 +32,7 @@ enum {
32
// change depending upon the card game.
33
kNumHands = 4 // For now, for hands per "table". This will change
34
// depending on the game we want to implement.
35
-}
+};
36
37
const bool kWildCard = true;
38
const bool kNotWildCard = false;
0 commit comments