Skip to content

Instantly share code, notes, and snippets.

@marcguilera
Last active June 16, 2019 04:46
Show Gist options
  • Save marcguilera/60840ed2cb149c956a9230f780c2e3cb to your computer and use it in GitHub Desktop.
Save marcguilera/60840ed2cb149c956a9230f780c2e3cb to your computer and use it in GitHub Desktop.
class Car {
private val wheel = Wheel()
fun drive() {
wheel.spin()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment