This commit introduces a new `display` function: - It takes an immutable reference to a grid of bool values - It takes mutable reference to a String buffer. it writes to the buffer, `X` or `.` depending on the grid's bool element.
simple game of life based in rust