cornways-game_of_life Compile and run Compiling requires a recent version of gcc. git clone https://github.com/BentHaase/cornways-game_of_life.git gcc *.c -o gol.x86_64 ./gol.x86_64 Example