data object StepanSamutichev {
val name: String = "Stepan"
val surname: String = "Samutichev"
val telegram: String = "@Samutichev"
val email: String = "stepan@fuco.cc"
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.