From: phfr24 Date: Sun, 26 Oct 2025 02:03:22 +0000 (-0300) Subject: update INIT_RATIO X-Git-Url: https://git.wirehaze.ovh/lifeboot.git/commitdiff_plain/b95d9b6bf0cb9579abf2510f0284a70b09b3c628?ds=inline;hp=573b9d3c6df3797d305b01de33e74ce3df48d537 update INIT_RATIO --- 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