3 lines
76 B
Kotlin
3 lines
76 B
Kotlin
package me.ash.reader
|
|
|
|
fun Int.spacerDollar(str: Any): String = "$this$$str" |