5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
fun main(args: Array<String>){
|
|
val x = "abc"
|
|
val y = "<caret>d$x"
|
|
}
|