Simple Game of Life Implementation in Rust for the terminal. This is a simple implementation of Conway's Game of Life written in Rust, that prints a glider to the terminal. Compile: rustc gol.rs Run: ./gol