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