From a8cae14d6c7c6199aaf73e1742ef5290f9e65607 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 22 Mar 2025 13:33:38 +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