Created
August 6, 2018 06:12
-
-
Save BeauNouvelle/9f7caf322d30215267ba12d39127b7d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class World { | |
public var cells = [Cell]() | |
public let size: Int | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment