Set to standard 'beginner' configuration

This commit is contained in:
Camden Dixie O'Brien 2025-03-22 13:33:38 +00:00
parent 9d7cd40b54
commit a8cae14d6c

4
puzz.h
View File

@ -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 <stdint.h>