2 lines
31 B
Java
2 lines
31 B
Java
|
|
String string = "abc" + "def";
|
|
|
String string = "abc" + "def";
|