From dd4a7250e97e0e514e9be3cc6390db486a94412c Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Tue, 21 Aug 2018 22:52:41 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebfe984..cd03959 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ To gain a solid understanding of structures and enums. ### Part 1 -1. Write a program `cards.c` that implements a deck of cards. Implement the suits as an enum, and the cards as a struct containing the value and suit. Implement a function `drawCard()` to generate a random card and `getSuit()` to print out the the suit properly. In main, draw and print out 5 cards in the following format: +1. Write a program `cards.c` that implements a deck of cards. Implement the suits as an enum, and the cards as a struct containing the value and suit. Implement a function `drawCard()` to generate a random card and `getSuit()` to print out the suit properly. In main, draw and print out 5 cards in the following format: ``` Drawn Cards: