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