Skip to content

Instantly share code, notes, and snippets.

@goindwalia
Created May 18, 2017 07:03
Show Gist options
  • Save goindwalia/553b29754e2e041037bbc201326b20d6 to your computer and use it in GitHub Desktop.
Save goindwalia/553b29754e2e041037bbc201326b20d6 to your computer and use it in GitHub Desktop.
/* Kotlin Program */
data class Address(var street:String,
var streetNumber:Int,
var postCode:String,
var city:String,
var country:Country)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment