Last active
February 28, 2018 06:08
-
-
Save husaynhakeem/bd6a73394f62641cc30b2890bbe6d2d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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