Skip to content

Instantly share code, notes, and snippets.

@BeauNouvelle
Created August 6, 2018 06:12
Show Gist options
  • Save BeauNouvelle/9f7caf322d30215267ba12d39127b7d7 to your computer and use it in GitHub Desktop.
Save BeauNouvelle/9f7caf322d30215267ba12d39127b7d7 to your computer and use it in GitHub Desktop.
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