Skip to content

Instantly share code, notes, and snippets.

@jmuzsik
Last active November 19, 2017 01:05
Show Gist options
  • Save jmuzsik/99bd3c4deee8034b720950181e643779 to your computer and use it in GitHub Desktop.
Save jmuzsik/99bd3c4deee8034b720950181e643779 to your computer and use it in GitHub Desktop.
type Location struct {
props LocationProps
}
type Maze struct {
Location
Directions [][]int
Height int
Width int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment