6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
fun main(args: Array<String>){
|
|
var r = "a"
|
|
val x = """foobar
|
|
""" + r
|
|
}
|