diff options
author | elioat <elioat@tilde.institute> | 2024-07-05 17:28:59 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-07-05 17:28:59 -0400 |
commit | 92dfaae864e3538319d5f8fbe10585d32f502f2c (patch) | |
tree | cedcb2fc70df5952b4aef977b904d9c7becee81a /p9c/scratch | |
parent | e6dad6f03a22949880dd85f2a7284a700ab5d249 (diff) | |
download | tour-92dfaae864e3538319d5f8fbe10585d32f502f2c.tar.gz |
*
Diffstat (limited to 'p9c/scratch')
-rw-r--r-- | p9c/scratch/life.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p9c/scratch/life.c b/p9c/scratch/life.c index c48c1f5..e49bc6e 100644 --- a/p9c/scratch/life.c +++ b/p9c/scratch/life.c @@ -71,7 +71,7 @@ void display_grid() { void main() { - int max_generations = 100; + int max_generations = 500; int generation = 0; init_grid(); |