Skip to content

Instantly share code, notes, and snippets.

@BeauNouvelle
Created August 6, 2018 02:01
Show Gist options
  • Save BeauNouvelle/d6b9de3581bab8f3a71a656f23064c00 to your computer and use it in GitHub Desktop.
Save BeauNouvelle/d6b9de3581bab8f3a71a656f23064c00 to your computer and use it in GitHub Desktop.
public struct Cell {
public let x: Int
public let y: Int
public var state: State
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment