From 001b52d714e2c54fb331caa28e98f7b66afd01b4 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 6 Mar 2025 22:40:03 +0000 Subject: [PATCH] Set to standard 'beginner' configuration --- puzz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puzz.h b/puzz.h index e31387f..5a052ba 100644 --- a/puzz.h +++ b/puzz.h @@ -6,8 +6,8 @@ #ifndef PUZZ_H #define PUZZ_H -#define WIDTH 10 -#define HEIGHT 10 +#define WIDTH 9 +#define HEIGHT 9 #define NMINES 10 #include