Merge pull request #2637 from muzi-xiaoren/muzi-xiaoren-patch-1

Update 0349.两个数组的交集.md--Ruby格式错误
This commit is contained in:
程序员Carl
2024-07-23 10:33:42 +08:00
committed by GitHub

View File

@ -511,7 +511,7 @@ object Solution {
```
###Ruby
### Ruby:
```ruby
def intersection(nums1, nums2)
hash = {}