Skip to content

Instantly share code, notes, and snippets.

@wellingtoncosta
Created July 17, 2018 20:53
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 wellingtoncosta/8bdd9963d0969ec73134867c4af744a9 to your computer and use it in GitHub Desktop.
Save wellingtoncosta/8bdd9963d0969ec73134867c4af744a9 to your computer and use it in GitHub Desktop.
data class Contact(var name: String, var email: String, var phone: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment