rust-life 0.7.0

An implementation of Conway's Game of Life.
Documentation
1
2
3
fn main() {
    rust_life::run()
}