mirror of
https://github.com/guezoloic/game-of-life.git
synced 2026-01-25 01:34:07 +00:00
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.
8 lines
154 B
TOML
8 lines
154 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "GameOfLife"
|
|
version = "0.1.0"
|