Created
May 18, 2017 07:03
-
-
Save goindwalia/553b29754e2e041037bbc201326b20d6 to your computer and use it in GitHub Desktop.
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
/* 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