5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
fun main(args: Array<String>){
|
|
var t = "t"
|
|
val x = "<caret>abc\n" + t + "bar\tfoo"
|
|
}
|