Skip to content

Commit 440180c

Browse files
authoredNov 10, 2024
Remove code to prevent merge conflict
1 parent e557b3b commit 440180c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎ruby/1929-concatenation-of-array.rb

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
# @param {Integer[]} nums
2-
# @return {Integer[]}
3-
def get_concatenation(nums)
4-
nums = nums + nums
5-
return nums
6-
end
1+

0 commit comments

Comments
 (0)
Please sign in to comment.