4 lines
84 B
Kotlin
Executable File
4 lines
84 B
Kotlin
Executable File
package exh
|
|
|
|
operator fun StringBuilder.plusAssign(other: String) { append(other) }
|