Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cube committed Jan 2, 2024
1 parent f79240f commit 0a845b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/game-of-life/implementing.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,10 +763,7 @@ encourage you to go learn about hashlife on your own!

```rust
#[wasm_bindgen]
impl Universe {
// ...

impl fmt::Display for Universe {
impl fmt::Display for Universe {
// ...
let symbol = if cell == 0 { '◻' } else { '◼' };
// ...
Expand Down

0 comments on commit 0a845b9

Please sign in to comment.