We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bd72b commit 3a2f276Copy full SHA for 3a2f276
Chapter16/carddeck_1b.c
@@ -28,7 +28,7 @@ enum {
28
// cards, etc.
29
kCardsInSuit = 13 // For now, kCardsInDeck / 4. This will change
30
// depending upon the card game.
31
-}
+};
32
33
const bool kWildCard = true;
34
const bool kNotWildCard = false;
0 commit comments