Conway's Game of Life Implemented in Zig! boardPrint func still needs some work (can I not \r multi-line strings?) but the rest works as expected. Ex. program call (blinker): ./cgol --width 5 --height 5 --set 2,1 2,2 2,3%