Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created October 13, 2013 17:39
Show Gist options
  • Save hhariri/6965033 to your computer and use it in GitHub Desktop.
Save hhariri/6965033 to your computer and use it in GitHub Desktop.
data class Customer(val name: String, val email: String, val country: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment