We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 260b0b3 + 3b02c39 commit 210490fCopy full SHA for 210490f
dart/1929-concatenation-of-array.dart
@@ -0,0 +1,5 @@
1
+class Solution {
2
+ List<int> getConcatenation(List<int> nums) {
3
+ return nums + nums;
4
+ }
5
+}
0 commit comments