4 lines
61 B
Text
4 lines
61 B
Text
|
|
int[] a = {1, 2, 3}, b = {4, 5, 6};
|
||
|
|
|
||
|
|
int[] c = concat(a, b);
|