2 lines
48 B
Java
2 lines
48 B
Java
|
|
String string = "%s%s".formatted("abc", "def");
|
|
|
String string = "%s%s".formatted("abc", "def");
|