Skip to content

Commit

Permalink
1929
Browse files Browse the repository at this point in the history
  • Loading branch information
isinsuarici committed Jan 15, 2022
1 parent 21308fc commit 19596a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions E_1929_ConcatenationOfArray.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Solution:
def getConcatenation(self, nums: List[int]) -> List[int]:
return nums*2

0 comments on commit 19596a4

Please sign in to comment.