hahaharry10 / ConwaysGameOfLife

C project creating Conways Game of Life.
0 stars 0 forks source link

Fix seg-fault bug. #11

Open hahaharry10 opened 3 weeks ago

hahaharry10 commented 3 weeks ago

run the following:

$ make
$ lldb gameOfLife
(lldb) run

And see the bug.

Note: This is within the Single Threades Solution.