mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-05 00:28:56 +01:00
4 lines
84 B
Kotlin
Executable File
4 lines
84 B
Kotlin
Executable File
package exh
|
|
|
|
operator fun StringBuilder.plusAssign(other: String) { append(other) }
|