Created
December 5, 2018 02:17
-
-
Save tompee26/51419006d373828924121a47499ddf1c to your computer and use it in GitHub Desktop.
Warrior.kt
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
data class Warrior(val name: String, val weapon: String) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment