you can do that?

This commit is contained in:
krolyxon 2023-09-07 12:48:12 +05:30
parent 5586a7d659
commit 3830e03a7a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ static const int MEDIUM_SCORE_DECREMENT = 20;
static const int LOWER = 1; static const int LOWER = 1;
static const int UPPER = 4; static const int UPPER = 4;
typedef enum Difficulty { typedef enum {
Easy, Easy,
Medium, Medium,
Hard, Hard,