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)
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.