blob: a6d9f536d286f99c024c9e13e88867109a34a37a [file] [log] [blame]
fun main(args: Array<String>){
val a = "abc"
val c = "bcd"
val x = a + "b" + c
}