Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 18, 2024
1 parent 8ad8655 commit e952ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/practice/game-of-life/.meta/example.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library(dplyr)

tick <- function(cells) {
coords <- expand.grid(seq_len(nrow(cells)), seq_len(ncol(cells)))

Expand Down

0 comments on commit e952ad5

Please sign in to comment.