Skip to content

Instantly share code, notes, and snippets.

@oliveiradev
Last active September 15, 2019 15:25
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 oliveiradev/25f0d92faf461e9bf476819acf82a71f to your computer and use it in GitHub Desktop.
Save oliveiradev/25f0d92faf461e9bf476819acf82a71f to your computer and use it in GitHub Desktop.
class Carro {
val motor: Motor
init {
motor = Motor1000()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment