Skip to content

Instantly share code, notes, and snippets.

@tompee26
Created December 5, 2018 02:17
Show Gist options
  • Save tompee26/51419006d373828924121a47499ddf1c to your computer and use it in GitHub Desktop.
Save tompee26/51419006d373828924121a47499ddf1c to your computer and use it in GitHub Desktop.
Warrior.kt
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