Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Last active February 28, 2018 06:08
Show Gist options
  • Save husaynhakeem/bd6a73394f62641cc30b2890bbe6d2d8 to your computer and use it in GitHub Desktop.
Save husaynhakeem/bd6a73394f62641cc30b2890bbe6d2d8 to your computer and use it in GitHub Desktop.
val pikachu = Pokemon(name = "Pikachu",
type = PokemonType.ELECTRIC,
height = 0.4,
weight = 6.0
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment