mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 07:35:35 +08:00
Update 0349.两个数组的交集.md--Ruby格式错误
This commit is contained in:
@ -511,7 +511,7 @@ object Solution {
|
||||
|
||||
```
|
||||
|
||||
###Ruby
|
||||
### Ruby:
|
||||
```ruby
|
||||
def intersection(nums1, nums2)
|
||||
hash = {}
|
||||
|
Reference in New Issue
Block a user