5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
fun main(args: Array<String>){
|
|
var r = "a"
|
|
val x = "foobar\n $r"
|
|
}
|