Skip to content

Commit

Permalink
Update exercises/practice/game-of-life/src/game_of_life.clj
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
  • Loading branch information
ErikSchierboom and tasxatzial authored Jan 22, 2025
1 parent a090730 commit 1c59c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/game-of-life/src/game_of_life.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns game-of-life)

(defn tick
"Return the next generation of the given matrix."
[matrix]
"Returns the next generation of the cells."
[cells]
;; function body
)

0 comments on commit 1c59c3f

Please sign in to comment.