Skip to content

Instantly share code, notes, and snippets.

@husen-hn
Last active August 7, 2020 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save husen-hn/267d9decdff056d403fee5cff957c82d to your computer and use it in GitHub Desktop.
Save husen-hn/267d9decdff056d403fee5cff957c82d to your computer and use it in GitHub Desktop.
class Space{
var squares = 24
var triangles = 23
val all: Int
get() {
return squares + triangles
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment