Skip to content

Instantly share code, notes, and snippets.

@marcguilera
Last active February 20, 2019 00:01
Show Gist options
  • Save marcguilera/be180a3efcbdc5303d26fc65ef620907 to your computer and use it in GitHub Desktop.
Save marcguilera/be180a3efcbdc5303d26fc65ef620907 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