From b95d9b6bf0cb9579abf2510f0284a70b09b3c628 Mon Sep 17 00:00:00 2001 From: phfr24 Date: Sat, 25 Oct 2025 23:03:22 -0300 Subject: [PATCH] update INIT_RATIO --- prototype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype.c b/prototype.c index a26ad5c..c9c2afa 100644 --- a/prototype.c +++ b/prototype.c @@ -10,7 +10,7 @@ #define DEAD ' ' #define ALIVE '#' -#define INIT_RATIO 10 +#define INIT_RATIO 4 #define STR(x) _STR(x) #define _STR(x) #x -- 2.54.0