data object StepanSamutichev {
val name: String = "Stepan"
val surname: String = "Samutichev"
val telegram: String = "@Samutichev"
val email: String = "[email protected]"
override fun toString() = "$name $surname"
}
fun main() {
println(StepanSamutichev)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Config files for GitHub profile
samutich/Samutichev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for GitHub profile